Skip to content

Commit bc850b6

Browse files
minor #19934 [Form] Fix typo in doc comment (fbourigault)
This PR was merged into the 2.7 branch. Discussion ---------- [Form] Fix typo in doc comment | 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 ------- 82415a1 [Form] Fix typo in doc comment
2 parents 26e2846 + 82415a1 commit bc850b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/PreloadedExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\Form\Exception\InvalidArgumentException;
1515

1616
/**
17-
* A form extension with preloaded types, type exceptions and type guessers.
17+
* A form extension with preloaded types, type extensions and type guessers.
1818
*
1919
* @author Bernhard Schussek <[email protected]>
2020
*/

0 commit comments

Comments
 (0)