8000 minor #9766 [Form] drop deprecated config value (xabbuh) · symfony/symfony-docs@8871e5c · GitHub
[go: up one dir, main page]

Skip to content

Commit 8871e5c

Browse files
committed
minor #9766 [Form] drop deprecated config value (xabbuh)
This PR was merged into the 2.8 branch. Discussion ---------- [Form] drop deprecated config value Commits ------- 4ba18d5 drop deprecated config value
2 parents 82b2eaf + 4ba18d5 commit 8871e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/collection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ entry_type
335335
The ``entry_type`` option was introduced in Symfony 2.8 and replaces
336336
``type``, which is available prior to 2.8.
337337

338-
**type**: ``string`` or :class:`Symfony\\Component\\Form\\FormTypeInterface` **default**: ``Symfony\\Component\\Form\\Extension\\Core\\Type\\TextType``
338+
**type**: ``string`` **default**: ``Symfony\\Component\\Form\\Extension\\Core\\Type\\TextType``
339339

340340
This is the field type for each item in this collection (e.g. ``TextType``,
341341
``ChoiceType``, etc). For example, if you have an array of email addresses,

0 commit comments

Comments
 (0)
0