Skip to content

Commit 12495e4

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: use :: instead of .. code-block:: php
2 parents 3396dec + fee6f16 commit 12495e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

reference/forms/types/collection.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,9 +371,7 @@ prototype_data
371371

372372
Allows you to define specific data for the prototype. Each new row added will
373373
initially contain the data set by this option. By default, the data configured
374-
for all entries with the `entry_options`_ option will be used.
375-
376-
.. code-block:: php
374+
for all entries with the `entry_options`_ option will be used::
377375

378376
use Symfony\Component\Form\Extension\Core\Type\CollectionType;
379377
use Symfony\Component\Form\Extension\Core\Type\TextType;

0 commit comments

Comments
 (0)