File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ recommended format. These files are parsed by one of the loader classes.
217
217
'symfony.is.great' => 'Symfony is great',
218
218
'symfony.is.amazing' => 'Symfony is amazing',
219
219
'symfony.has.bundles' => 'Symfony has bundles',
220
- 'user.login' => 'Login',
220
+ 'user.login' => 'Login',
221
221
);
222
222
223
223
.. _component-translation-pluralization :
Original file line number Diff line number Diff line change @@ -228,14 +228,14 @@ The following YAML is equivalent to the following PHP code:
228
228
.. code-block :: php
229
229
230
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
- ),
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
+ ),
239
239
);
240
240
241
241
There is one important thing you need to remember when using indentation in a
You can’t perform that action at this time.
0 commit comments