Skip to content

Commit 7e73d5e

Browse files
committed
Merge branch '5.0'
* 5.0: Add clear description of `resolve` env processor
2 parents 43f08c0 + 9e329be commit 7e73d5e

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
@@ -234,8 +234,8 @@ Symfony provides the following env var processors:
234234
]);
235235
236236
``env(resolve:FOO)``
237-
Replaces the string ``FOO`` by the value of a config parameter with the
238-
same name:
237+
If the content of ``FOO`` includes container parameters (with the syntax
238+
``%parameter_name%``), it replaces the parameters by their values:
239239

240240
.. configuration-block::
241241

0 commit comments

Comments
 (0)