minor #26826 [Form] Fix typo in Upgrade 3.4/4.0 (yceruto)

This PR was squashed before being merged into the 3.4 branch (closes #26826).

Discussion
----------

[Form] Fix typo in Upgrade 3.4/4.0

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

5fa9a5865a/src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php (L96)

Commits
-------

97d2fbbe97 [Form] Fix typo in Upgrade 3.4/4.0
This commit is contained in:
Fabien Potencier 2018-04-06 07:20:56 +02:00
commit a8d3012845
2 changed files with 2 additions and 2 deletions

View File

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

View File

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