File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -645,12 +645,6 @@ This example shows how you could configure the database connection using an env
645645 ]);
646646 };
647647
648- .. versionadded :: 5.3
649-
650- The ``env() `` configurator syntax was introduced in 5.3.
651- In ``PHP `` configuration files, it will allow to autocomplete methods based
652- on processors name (i.e. ``env('SOME_VAR')->default('foo') ``).
653-
654648 .. seealso ::
655649
656650 The values of env vars can only be strings, but Symfony includes some
Original file line number Diff line number Diff line change @@ -56,12 +56,6 @@ processor to turn the value of the ``HTTP_PORT`` env var into an integer:
5656 ;
5757 };
5858
59- .. versionadded :: 5.3
60-
61- The ``env() `` configurator syntax was introduced in 5.3.
62- In ``PHP `` configuration files, it will allow to autocomplete methods based
63- on processors name (i.e. ``env('SOME_VAR')->default('foo') ``).
64-
6559 Built-In Environment Variable Processors
6660----------------------------------------
6761
You can’t perform that action at this time.
0 commit comments