Skip to content

Commit bd32bca

Browse files
committed
Mention the PHP urlencode() function
1 parent 4df0993 commit bd32bca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configuration/env_var_processors.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,8 +815,9 @@ Symfony provides the following env var processors:
815815
.. _urlencode_environment_variable_processor:
816816
817817
``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.
818+
Encodes the content of the ``FOO`` env var using the :phpfunction:`urlencode`
819+
PHP function. This is especially useful when ``FOO`` value is not compatible
820+
with DSN syntax.
820821
821822
.. configuration-block::
822823

0 commit comments

Comments
 (0)