Skip to content

Commit c875046

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

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::class``
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)