We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667efde commit 772f342Copy full SHA for 772f342
configuration/env_var_processors.rst
@@ -232,8 +232,8 @@ Symfony provides the following env var processors:
232
]);
233
234
``env(resolve:FOO)``
235
- Replace all matches of ``%param_name%`` in the parameter ``FOO`` by the values of a config parameters with the
236
- matched ``param_name``:
+ If the content of ``FOO`` includes container parameters (with the syntax
+ ``%parameter_name%``), it replaces the parameters by their values:
237
238
.. configuration-block::
239
0 commit comments