Skip to content

Commit ea5aa96

Browse files
committed
removed more obsolete versionadded directives
1 parent 0cf4033 commit ea5aa96

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

configuration/external_parameters.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ example. The flexibility of the Symfony service container allows you to do this.
1212
Environment Variables
1313
---------------------
1414

15-
.. versionadded:: 3.2
16-
17-
``env()`` parameters were introduced in Symfony 3.2.
18-
1915
You can reference environment variables by using special parameters named after
2016
the variables you want to use enclosed between ``env()``. Their actual values
2117
will be resolved at runtime (once per request), so that dumped containers can be
@@ -122,13 +118,6 @@ of the following:
122118
123119
.. tip::
124120

125-
.. versionadded:: 3.3
126-
127-
The support of the special ``SYMFONY__`` environment variables was
128-
deprecated in Symfony 3.3 and it will be removed in 4.0. Instead of
129-
using those variables, define regular environment variables and get
130-
their values using the ``%env(...)%`` syntax in your config files.
131-
132121
You can also define the default value of any existing parameters using
133122
special environment variables named after their corresponding parameter
134123
prefixed with ``SYMFONY__`` after replacing dots by double underscores

form/unit_testing.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,3 @@ guessers using the :method:`Symfony\\Component\\Form\\Test\\FormIntegrationTestC
218218
:method:`Symfony\\Component\\Form\\Test\\FormIntegrationTestCase::getTypeExtensions`
219219
and :method:`Symfony\\Component\\Form\\Test\\FormIntegrationTestCase::getTypeGuessers`
220220
methods.
221-
222-
.. versionadded:: 3.3
223-
224-
The ``getTypes()``, ``getTypeExtensions()`` and ``getTypeGuessers()``
225-
methods were introduced in Symfony 3.3.

0 commit comments

Comments
 (0)