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.
217217 'symfony.is.great' => 'Symfony is great',
218218 'symfony.is.amazing' => 'Symfony is amazing',
219219 'symfony.has.bundles' => 'Symfony has bundles',
220- 'user.login' => 'Login',
220+ 'user.login' => 'Login',
221221 );
222222
223223 .. _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:
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
You can’t perform that action at this time.
0 commit comments