Skip to content

Commit 50bddbd

Browse files
committed
[#9507] remove csv processor, it was added in 4.1
1 parent 8915542 commit 50bddbd

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

configuration/external_parameters.rst

-10
Original file line numberDiff line numberDiff line change
@@ -252,16 +252,6 @@ Symfony provides the following env var processors:
252252
sentry:
253253
dsn: '%env(resolve:SENTRY_DSN)%'
254254
255-
``env(csv:FOO)``
256-
Decodes the content of ``FOO``, which is a CSV-encoded string:
257-
258-
.. code-block:: yaml
259-
260-
parameters:
261-
env(TRUSTED_HOSTS): "10.0.0.1, 10.0.0.2"
262-
framework:
263-
trusted_hosts: '%env(csv:TRUSTED_HOSTS)%'
264-
265255
``env(file:FOO)``
266256
Returns the contents of a file whose path is the value of the ``FOO`` env var:
267257

0 commit comments

Comments
 (0)