Skip to content

Commit 2a78bb9

Browse files
committed
remove old versionadded directives
1 parent c311f5f commit 2a78bb9

File tree

6 files changed

+0
-19
lines changed

6 files changed

+0
-19
lines changed

components/security/firewall.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ further than allowed.
9191
Firewall Config
9292
~~~~~~~~~~~~~~~
9393

94-
.. versionadded:: 3.2
95-
The ``FirewallConfig`` class was introduced in Symfony 3.2.
96-
9794
The information about a given firewall, such as its name, provider, context,
9895
entry point and access denied URL, is provided by instances of the
9996
:class:`Symfony\\Bundle\\SecurityBundle\\Security\\FirewallConfig` class.

components/translation/usage.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,9 +421,6 @@ The ``$messages`` variable will have the following structure::
421421
Adding Notes to Translation Contents
422422
------------------------------------
423423

424-
.. versionadded: 3.4
425-
The feature to load and dump translation notes was introduced in Symfony 3.4.
426-
427424
Sometimes translators need additional context to better decide how to translate
428425
some content. This context can be provided with notes, which are a collection of
429426
comments used to store end user readable information. The only format that

components/yaml.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,6 @@ Binary data is automatically parsed if they include the ``!!binary`` YAML tag
367367
Parsing and Dumping Custom Tags
368368
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
369369

370-
.. versionadded:: 3.3
371-
Support for parsing and dumping custom tags was introduced in Symfony 3.3.
372-
373370
In addition to the built-in support of tags like ``!php/const`` and
374371
``!!binary``, you can define your own custom YAML tags and parse them with the
375372
``PARSE_CUSTOM_TAGS`` flag::

routing/custom_route_loader.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ containing :class:`Symfony\\Component\\Routing\\Route` objects.
6262
Loading Routes with a Custom Service
6363
------------------------------------
6464

65-
.. versionadded:: 2.8
66-
The option to load routes using Symfony services was introduced in Symfony 2.8.
67-
6865
Using a regular Symfony service is the simplest way to load routes in a
6966
customized way. It's much easier than creating a full custom route loader, so
7067
you should always consider this option first.

service_container.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -866,9 +866,6 @@ them will not cause the container to be rebuilt.
866866
Multiple Service Definitions Using the Same Namespace
867867
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
868868

869-
.. versionadded:: 3.4
870-
The ``namespace`` option in the YAML configuration was introduced in Symfony 3.4.
871-
872869
If you define services using the YAML config format, the PHP namespace is used
873870
as the key of each configuration, so you can't define different service configs
874871
for classes under the same namespace:

validation/sequence_provider.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,6 @@ method, which should return an array of groups to use::
288288
}
289289
}
290290

291-
.. versionadded:: 3.2
292-
The feature to return a nested array to get violations from all groups was
293-
introduced in Symfony 3.2.
294-
295291
At last, you have to notify the Validator component that your ``User`` class
296292
provides a sequence of groups to be validated:
297293

0 commit comments

Comments
 (0)