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
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
5553EventDispatcher
5654~~~~~~~~~~~~~~~
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments