We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c62151 commit 5e40584Copy full SHA for 5e40584
components/yaml/yaml_format.rst
@@ -228,14 +228,14 @@ The following YAML is equivalent to the following PHP code:
228
.. code-block:: php
229
230
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
+ 'symfony 1.0' => array(
+ 'PHP' => 5.0,
+ 'Propel' => 1.2,
+ ),
+ 'symfony 1.2' => array(
+ 'PHP' => 5.2,
+ 'Propel' => 1.3,
239
);
240
241
There is one important thing you need to remember when using indentation in a
0 commit comments