diff --git a/reference/forms/types/collection.rst b/reference/forms/types/collection.rst index 8b06ee518fe..bcd0bc0fd6e 100644 --- a/reference/forms/types/collection.rst +++ b/reference/forms/types/collection.rst @@ -371,9 +371,7 @@ prototype_data Allows you to define specific data for the prototype. Each new row added will initially contain the data set by this option. By default, the data configured -for all entries with the `entry_options`_ option will be used. - -.. code-block:: php +for all entries with the `entry_options`_ option will be used:: use Symfony\Component\Form\Extension\Core\Type\CollectionType; use Symfony\Component\Form\Extension\Core\Type\TextType;