Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b0c863

Browse files
committed
minor #20431 Update UPGRADE-2.7.md (Aliance)
This PR was merged into the 2.7 branch. Discussion ---------- Update UPGRADE-2.7.md See [Symfony/Component/Form/AbstractTypeExtension.php](https://github.com/symfony/symfony/blob/2.7/src/Symfony/Component/Form/AbstractTypeExtension.php) | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | – | License | MIT | Doc PR | – Commits ------- 1c0f572 Update UPGRADE-2.7.md
2 parents 8668aec + 1c0f572 commit 2b0c863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE-2.7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Form
4040
----
4141

4242
* In form types and extension overriding the "setDefaultOptions" of the
43-
AbstractType or AbstractExtensionType has been deprecated in favor of
43+
AbstractType or AbstractTypeExtension has been deprecated in favor of
4444
overriding the new "configureOptions" method.
4545

4646
The method "setDefaultOptions(OptionsResolverInterface $resolver)" will

0 commit comments

Comments
 (0)