[Form] Fix typo in Upgrade 3.4/4.0

This commit is contained in:
Yonel Ceruto 2018-04-05 18:37:47 -04:00 committed by Fabien Potencier
parent 5fa9a5865a
commit 97d2fbbe97
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ Form
```php ```php
class MyTimezoneType extends TimezoneType class MyTimezoneType extends TimezoneType
{ {
public function loadChoices() public function loadChoiceList()
{ {
// override the method // override the method
} }

View File

@ -368,7 +368,7 @@ Form
```php ```php
class MyTimezoneType extends TimezoneType class MyTimezoneType extends TimezoneType
{ {
public function loadChoices() public function loadChoiceList()
{ {
// override the method // override the method
} }