Skip to content

Commit

Permalink
Fixed wrong indendation
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Nov 23, 2015
1 parent f8b080d commit e103627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/form/create_form_type_extension.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ You can modify several form types at once by specifying their common parent
available in Symfony inherit from the ``TextType`` form type (such as ``email``,
``SearchType``, ``UrlType``, etc.). A form type extension applying to ``TextType``
(i.e. whose ``getExtendedType`` method returns ``TextType::class``) would apply
to all of these form types.
to all of these form types.

In the same way, since **most** form types natively available in Symfony inherit
from the ``FormType`` form type, a form type extension applying to ``FormType``
Expand Down

0 comments on commit e103627

Please sign in to comment.