Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Jul 1, 2024
1 parent fe324c1 commit d85d5ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
8 changes: 3 additions & 5 deletions reference/attributes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@ Dependency Injection

.. deprecated:: 7.1

The
:class:`Symfony\\Component\\DependencyInjection\\Attribute\\TaggedIterator`
and
:class:`Symfony\\Component\\DependencyInjection\\Attribute\\TaggedLocator`
were deprecated in Symfony 7.1.
The :class:`Symfony\\Component\\DependencyInjection\\Attribute\\TaggedIterator`
and :class:`Symfony\\Component\\DependencyInjection\\Attribute\\TaggedLocator`
attributes were deprecated in Symfony 7.1.

EventDispatcher
~~~~~~~~~~~~~~~
Expand Down
12 changes: 4 additions & 8 deletions service_container/service_subscribers_locators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -309,15 +309,11 @@ This is done by having ``getSubscribedServices()`` return an array of

.. deprecated:: 7.1

The
:class:`Symfony\\Component\\DependencyInjection\\Attribute\\TaggedIterator`
and
:class:`Symfony\\Component\\DependencyInjection\\Attribute\\TaggedLocator`
were deprecated in Symfony 7.1.
The :class:`Symfony\\Component\\DependencyInjection\\Attribute\\TaggedIterator`
and :class:`Symfony\\Component\\DependencyInjection\\Attribute\\TaggedLocator`
attributes were deprecated in Symfony 7.1 in favor of
:class:`Symfony\\Component\\DependencyInjection\\Attribute\\AutowireIterator`
and
:class:`Symfony\\Component\\DependencyInjection\\Attribute\\AutowireLocator`
should be used instead.
and :class:`Symfony\\Component\\DependencyInjection\\Attribute\\AutowireLocator`.

.. note::

Expand Down

0 comments on commit d85d5ee

Please sign in to comment.