Skip to content

Commit d85d5ee

Browse files
committed
Minor tweaks
1 parent fe324c1 commit d85d5ee

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

reference/attributes.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,9 @@ Dependency Injection
4646

4747
.. deprecated:: 7.1
4848

49-
The
50-
:class:`Symfony\\Component\\DependencyInjection\\Attribute\\TaggedIterator`
51-
and
52-
:class:`Symfony\\Component\\DependencyInjection\\Attribute\\TaggedLocator`
53-
were deprecated in Symfony 7.1.
49+
The :class:`Symfony\\Component\\DependencyInjection\\Attribute\\TaggedIterator`
50+
and :class:`Symfony\\Component\\DependencyInjection\\Attribute\\TaggedLocator`
51+
attributes were deprecated in Symfony 7.1.
5452

5553
EventDispatcher
5654
~~~~~~~~~~~~~~~

service_container/service_subscribers_locators.rst

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -309,15 +309,11 @@ This is done by having ``getSubscribedServices()`` return an array of
309309

310310
.. deprecated:: 7.1
311311

312-
The
313-
:class:`Symfony\\Component\\DependencyInjection\\Attribute\\TaggedIterator`
314-
and
315-
:class:`Symfony\\Component\\DependencyInjection\\Attribute\\TaggedLocator`
316-
were deprecated in Symfony 7.1.
312+
The :class:`Symfony\\Component\\DependencyInjection\\Attribute\\TaggedIterator`
313+
and :class:`Symfony\\Component\\DependencyInjection\\Attribute\\TaggedLocator`
314+
attributes were deprecated in Symfony 7.1 in favor of
317315
:class:`Symfony\\Component\\DependencyInjection\\Attribute\\AutowireIterator`
318-
and
319-
:class:`Symfony\\Component\\DependencyInjection\\Attribute\\AutowireLocator`
320-
should be used instead.
316+
and :class:`Symfony\\Component\\DependencyInjection\\Attribute\\AutowireLocator`.
321317

322318
.. note::
323319

0 commit comments

Comments
 (0)