Skip to content

Commit 8ab0870

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: Use string instead of FQCN
2 parents d3e5eb6 + 94298ee commit 8ab0870

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
@@ -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)