8000 Fix formatting · symfony/symfony-docs@5e40584 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e40584

Browse files
committed
Fix formatting
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets |
1 parent 8c62151 commit 5e40584

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

components/yaml/yaml_format.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -228,14 +228,14 @@ The following YAML is equivalent to the following PHP code:
228228
.. code-block:: php
229229
230230
array(
231-
'symfony 1.0' => array(
232-
'PHP' => 5.0,
233-
'Propel' => 1.2,
234-
),
235-
'symfony 1.2' => array(
236-
'PHP' => 5.2,
237-
'Propel' => 1.3,
238-
),
231+
'symfony 1.0' => array(
232+
'PHP' => 5.0,
233+
'Propel' => 1.2,
234+
),
235+
'symfony 1.2' => array(
236+
'PHP' => 5.2,
237+
'Propel' => 1.3,
238+
),
239239
);
240240
241241
There is one important thing you need to remember when using indentation in a

0 commit comments

Comments
 (0)
0