Skip to content

Commit 5eb3931

Browse files
committed
Remove some unneeded versionadded directives
1 parent cd4f88c commit 5eb3931

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

configuration.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

configuration/env_var_processors.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)