Skip to content

Commit 9a2b261

Browse files
committed
Remove some unneeded versionadded directives
1 parent bbcbffb commit 9a2b261

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

service_container/service_subscribers_locators.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,6 @@ As shown in the previous sections, the constructor of the ``CommandBus`` class
339339
must type-hint its argument with ``ContainerInterface``. Then, you can get any of
340340
the service locator services via their ID (e.g. ``$this->locator->get('App\FooCommand')``).
341341

342-
.. versionadded:: 5.3
343-
344-
The ``#[TaggedLocator]`` attribute was introduced in Symfony 5.3 and requires PHP 8.
345-
346342
Reusing a Service Locator in Multiple Services
347343
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
348344

service_container/tags.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -607,10 +607,6 @@ directly via PHP attributes:
607607
;
608608
};
609609
610-
.. versionadded:: 5.3
611-
612-
The ``#[TaggedIterator]`` attribute was introduced in Symfony 5.3 and requires PHP 8.
613-
614610
.. seealso::
615611

616612
See also :doc:`tagged locator services </service_container/service_subscribers_locators>`

0 commit comments

Comments
 (0)