Incorrect dot on method loadChoices in upgrade doc

This commit is contained in:
Hugo Henrique 2017-11-22 00:02:14 -03:00 committed by Nicolas Grekas
parent 154b004bf1
commit 4c930284ac
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ Form
```php
class MyTimezoneType extends AbstractType
{
public function. getParent()
public function getParent()
{
return TimezoneType::class;
}