8000 Incorrect dot on method loadChoices in upgrade doc · weaverryan/symfony@4c93028 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4c93028

Browse files
hugohenriquenicolas-grekas
authored andcommitted
Incorrect dot on method loadChoices in upgrade doc
1 parent 154b004 commit 4c93028

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)
0