fixed typo

This commit is contained in:
Mickaël Andrieu 2017-11-13 04:45:58 +01:00 committed by Nicolas Grekas
parent 136e3b2d17
commit bfede8ceee

View File

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