Skip to content

Commit 772f342

Browse files
committed
Reword
1 parent 667efde commit 772f342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configuration/env_var_processors.rst

+2-2
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-
Replace all matches of ``%param_name%`` in the parameter ``FOO`` by the values of a config parameters with the
236-
matched ``param_name``:
235+
If the content of ``FOO`` includes container parameters (with the syntax
236+
``%parameter_name%``), it replaces the parameters by their values:
237237

238238
.. configuration-block::
239239

0 commit comments

Comments
 (0)