Skip to content

Commit cb961d6

Browse files
committed
minor symfony#25096 Incorrect dot on method loadChoices in upgrade doc (hugohenrique)
This PR was merged into the 4.1-dev branch. Discussion ---------- Incorrect dot on method loadChoices in upgrade doc | Q | A | ------------- | --- | Branch? | master / 2.7, 2.8, 3.3, or 3.4 <!-- see comment below --> | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT <!-- - Bug fixes must be submitted against the lowest branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch. - Please fill in this template according to the PR you're about to submit. - Replace this comment by a description of what your PR is solving. --> Commits ------- 0b84b83 Incorrect dot on method loadChoices in upgrade doc
2 parents b908d72 + 0b84b83 commit cb961d6

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)