Skip to content

Commit 0b84b83

Browse files
authored
Incorrect dot on method loadChoices in upgrade doc
1 parent c37b6be commit 0b84b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE-4.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Form
323323
```php
324324
class MyTimezoneType extends AbstractType
325325
{
326-
public function. getParent()
326+
public function getParent()
327327
{
328328
return TimezoneType::class;
329329
}

0 commit comments

Comments
 (0)