Skip to content

Commit 4cfcd93

Browse files
wtorsijaviereguiluz
authored andcommitted
Add clear description of resolve env processor
Add a clear description of `resolve` env processor, describing what is actually resolved. #13205
1 parent efce60b commit 4cfcd93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configuration/env_var_processors.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ Symfony provides the following env var processors:
232232
]);
233233
234234
``env(resolve:FOO)``
235-
Replaces the string ``FOO`` by the value of a config parameter with the
236-
same name:
235+
Replace all matches of ``%param_name%`` in the parameter ``FOO`` by the values of a config parameters with the
236+
matched ``param_name``:
237237

238238
.. configuration-block::
239239

0 commit comments

Comments
 (0)