Skip to content

Commit 667efde

Browse files
committed
minor #13417 Add clear description of resolve env processor (wtorsi)
This PR was submitted for the 5.0 branch but it was merged into the 4.4 branch instead (closes #13417). Discussion ---------- Add clear description of `resolve` env processor Add a clear description of `resolve` env processor, describing what is actually resolved. #13205 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 4cfcd93 Add clear description of `resolve` env processor
2 parents efce60b + 4cfcd93 commit 667efde

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)