We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115a567 commit b9f126cCopy full SHA for b9f126c
best_practices/configuration.rst
@@ -186,9 +186,9 @@ through environment variables:
186
password: "%env(DB_PASSWORD)%"
187
188
.. 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>`.
+ Support for runtime environment variables via the ``%env(...)%`` syntax
+ was added in Symfony 3.2. Prior to version 3.2, you needed to use the
+ :doc:`special SYMFONY__ variables </configuration/external_parameters>`.
192
193
.. _`feature toggles`: https://en.wikipedia.org/wiki/Feature_toggle
194
.. _`constant() function`: http://twig.sensiolabs.org/doc/functions/constant.html
0 commit comments