diff --git a/reference/forms/types/collection.rst b/reference/forms/types/collection.rst index 6887093ab3d..98fe44455fb 100644 --- a/reference/forms/types/collection.rst +++ b/reference/forms/types/collection.rst @@ -334,7 +334,7 @@ type:: entry_type ~~~~~~~~~~ -**type**: ``string`` or :class:`Symfony\\Component\\Form\\FormTypeInterface` **required** +**type**: ``string`` or :class:`Symfony\\Component\\Form\\FormTypeInterface` **default**: Symfony\\Component\\Form\\Extension\\Core\\Type\\TextType This is the field type for each item in this collection (e.g. ``TextType``, ``ChoiceType``, etc). For example, if you have an array of email addresses,