diff --git a/reference/forms/types/collection.rst b/reference/forms/types/collection.rst index d189e3a4680..58692231f78 100644 --- a/reference/forms/types/collection.rst +++ b/reference/forms/types/collection.rst @@ -357,7 +357,7 @@ not replaced with the same value. type ~~~~ -**type**: ``string`` or :class:`Symfony\\Component\\Form\\FormTypeInterface` **required** +**type**: ``string`` or :class:`Symfony\\Component\\Form\\FormTypeInterface` **default**: ``text`` This is the field type for each item in this collection (e.g. ``text``, ``choice``, etc). For example, if you have an array of email addresses,