Skip to content

Commit 0c26a3d

Browse files
committed
Use string instead of FQCN
1 parent 5d081b2 commit 0c26a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/collection.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ type::
323323
entry_type
324324
~~~~~~~~~~
325325

326-
**type**: ``string`` **default**: ``Symfony\\Component\\Form\\Extension\\Core\\Type\\TextType``
326+
**type**: ``string`` **default**: ``'Symfony\Component\Form\Extension\Core\Type\TextType'``
327327

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

0 commit comments

Comments
 (0)