From d6cbee9dd332ed7d0b098a2715cea783c4666bb2 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 11 Mar 2019 10:08:44 +0100 Subject: [PATCH] use :: instead of .. code-block:: php --- reference/forms/types/collection.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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;