Skip to content

Commit cfb9084

Browse files
committed
Merge branch '3.4' into 4.0
* 3.4: [#9507] remove csv processor, it was added in 4.1
2 parents 113f19b + 50bddbd commit cfb9084

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

configuration/external_parameters.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -247,16 +247,6 @@ Symfony provides the following env var processors:
247247
sentry:
248248
dsn: '%env(resolve:SENTRY_DSN)%'
249249
250-
``env(csv:FOO)``
251-
Decodes the content of ``FOO``, which is a CSV-encoded string:
252-
253-
.. code-block:: yaml
254-
255-
parameters:
256-
env(TRUSTED_HOSTS): "10.0.0.1, 10.0.0.2"
257-
framework:
258-
trusted_hosts: '%env(csv:TRUSTED_HOSTS)%'
259-
260250
``env(file:FOO)``
261251
Returns the contents of a file whose path is the value of the ``FOO`` env var:
262252

0 commit comments

Comments
 (0)