Skip to content

Commit 0a85053

Browse files
committed
minor #4950 Fixes for 2.3 branch (ifdattic)
This PR was merged into the 2.3 branch. Discussion ---------- Fixes for 2.3 branch | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets | Commits ------- 5e40584 Fix formatting 8c62151 Fix formatting
2 parents d3d96e1 + 5e40584 commit 0a85053

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

components/translation/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

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)