From 8c62151a3f760b9d6e90783dcbefffebc6e7fa2c Mon Sep 17 00:00:00 2001 From: "Andrew (Andrius) Marcinkevicius" Date: Mon, 2 Feb 2015 09:05:04 +0200 Subject: [PATCH 1/2] Fix formatting | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets | --- components/translation/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/translation/usage.rst b/components/translation/usage.rst index 1cf35f5f781..16899a1d25c 100644 --- a/components/translation/usage.rst +++ b/components/translation/usage.rst @@ -217,7 +217,7 @@ recommended format. These files are parsed by one of the loader classes. 'symfony.is.great' => 'Symfony is great', 'symfony.is.amazing' => 'Symfony is amazing', 'symfony.has.bundles' => 'Symfony has bundles', - 'user.login' => 'Login', + 'user.login' => 'Login', ); .. _component-translation-pluralization: From 5e405840082b21ac031d5ef162a3f36b36ce5375 Mon Sep 17 00:00:00 2001 From: "Andrew (Andrius) Marcinkevicius" Date: Mon, 2 Feb 2015 09:23:21 +0200 Subject: [PATCH 2/2] Fix formatting | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets | --- components/yaml/yaml_format.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/components/yaml/yaml_format.rst b/components/yaml/yaml_format.rst index c8a6f4a0813..d7ddf6ebe3d 100644 --- a/components/yaml/yaml_format.rst +++ b/components/yaml/yaml_format.rst @@ -228,14 +228,14 @@ The following YAML is equivalent to the following PHP code: .. code-block:: php array( - 'symfony 1.0' => array( - 'PHP' => 5.0, - 'Propel' => 1.2, - ), - 'symfony 1.2' => array( - 'PHP' => 5.2, - 'Propel' => 1.3, - ), + 'symfony 1.0' => array( + 'PHP' => 5.0, + 'Propel' => 1.2, + ), + 'symfony 1.2' => array( + 'PHP' => 5.2, + 'Propel' => 1.3, + ), ); There is one important thing you need to remember when using indentation in a