Skip to content

Commit 3946f25

Browse files
minor symfony#24939 fixed typo (mickaelandrieu)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes symfony#24939). Discussion ---------- fixed typo | Q | A | ------------- | --- | Branch? | master / 3.4? | Bug fix? | no | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no | BC breaks? | no | Deprecations? | no <!-- don't forget to update UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | #... <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | it's actually part of docs <!--highly recommended for new features--> <!-- - 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 ------- bfede8c fixed typo
2 parents 136e3b2 + bfede8c commit 3946f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE-3.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Form
116116
```php
117117
class MyTimezoneType extends AbstractType
118118
{
119-
public function. getParent()
119+
public function getParent()
120120
{
121121
return TimezoneType::class;
122122
}

0 commit comments

Comments
 (0)