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.
resolve
1 parent efce60b commit 4cfcd93Copy full SHA for 4cfcd93
configuration/env_var_processors.rst
@@ -232,8 +232,8 @@ Symfony provides the following env var processors:
232
]);
233
234
``env(resolve:FOO)``
235
- Replaces the string ``FOO`` by the value of a config parameter with the
236
- same name:
+ Replace all matches of ``%param_name%`` in the parameter ``FOO`` by the values of a config parameters with the
+ matched ``param_name``:
237
238
.. configuration-block::
239
0 commit comments