Skip to content

Commit 32bd9b1

Browse files
committed
bug symfony#9368 Fix RST syntax (fabpot)
This PR was merged into the 2.7 branch. Discussion ---------- Fix RST syntax Commits ------- f47a48a fixed RST syntax
2 parents dc7271a + f47a48a commit 32bd9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/external_parameters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ You can now reference these parameters wherever you need them.
124124
125125
</container>
126126
127-
::
127+
.. code-block:: php
128128
129129
$container->loadFromExtension('doctrine', array(
130130
'dbal' => array(

0 commit comments

Comments
 (0)