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
645
645
]);
646
646
};
647
647
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
-
654
648
.. seealso ::
655
649
656
650
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:
56
56
;
57
57
};
58
58
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
-
65
59
Built-In Environment Variable Processors
66
60
----------------------------------------
67
61
You can’t perform that action at this time.
0 commit comments