Skip to content

Commit b9f126c

Browse files
committed
[#7224] fix indentation
1 parent 115a567 commit b9f126c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

best_practices/configuration.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ through environment variables:
186186
password: "%env(DB_PASSWORD)%"
187187
188188
.. versionadded:: 3.2
189-
Support for runtime environment variables via the ``%env(...)%`` syntax was
190-
added in Symfony 3.2. Prior to version 3.2, you needed to use the
191-
:doc:`special SYMFONY__ variables </configuration/external_parameters>`.
189+
Support for runtime environment variables via the ``%env(...)%`` syntax
190+
was added in Symfony 3.2. Prior to version 3.2, you needed to use the
191+
:doc:`special SYMFONY__ variables </configuration/external_parameters>`.
192192

193193
.. _`feature toggles`: https://en.wikipedia.org/wiki/Feature_toggle
194194
.. _`constant() function`: http://twig.sensiolabs.org/doc/functions/constant.html

0 commit comments

Comments
 (0)