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.
1 parent 4df0993 commit bd32bcaCopy full SHA for bd32bca
configuration/env_var_processors.rst
@@ -815,8 +815,9 @@ Symfony provides the following env var processors:
815
.. _urlencode_environment_variable_processor:
816
817
``env(urlencode:FOO)``
818
- Urlencode the content of ``FOO`` env var. This is especially useful when
819
- ``FOO`` value is not compatible with DSN syntax.
+ Encodes the content of the ``FOO`` env var using the :phpfunction:`urlencode`
+ PHP function. This is especially useful when ``FOO`` value is not compatible
820
+ with DSN syntax.
821
822
.. configuration-block::
823
0 commit comments