File tree Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,9 @@ Dependency Injection
46
46
47
47
.. deprecated :: 7.1
48
48
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.
54
52
55
53
EventDispatcher
56
54
~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -309,15 +309,11 @@ This is done by having ``getSubscribedServices()`` return an array of
309
309
310
310
.. deprecated :: 7.1
311
311
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
317
315
: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 `.
321
317
322
318
.. note ::
323
319
You can’t perform that action at this time.
0 commit comments