10000 Remove old versionadded directives · symfony/symfony-docs@d381770 · GitHub
[go: up one dir, main page]

Skip to content

Commit d381770

Browse files
committed
Remove old versionadded directives
1 parent 306b68b commit d381770

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

components/event_dispatcher.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -262,14 +262,6 @@ determine which instance is passed.
262262
default values by passing custom values to the constructors of
263263
``RegisterListenersPass`` and ``AddEventAliasesPass``.
264264

265-
.. versionadded:: 4.3
266-
267-
Aliasing event names is possible since Symfony 4.3.
268-
269-
.. versionadded:: 4.4
270-
271-
The ``AddEventAliasesPass`` class was introduced in Symfony 4.4.
272-
273265
.. _event_dispatcher-closures-as-listeners:
274266

275267
.. index::

event_dispatcher.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -270,11 +270,6 @@ name (FQCN) of the corresponding event class::
270270
}
271271
}
272272

273-
.. versionadded:: 4.3
274-
275-
Referring Symfony's core events via the FQCN of the event class is possible
276-
since Symfony 4.3.
277-
278273
Internally, the event FQCN are treated as aliases for the original event names.
279274
Since the mapping already happens when compiling the service container, event
280275
listeners and subscribers using FQCN instead of event names will appear under
@@ -303,10 +298,6 @@ The compiler pass will always extend the existing list of aliases. Because of
303298
that, it is safe to register multiple instances of the pass with different
304299
configurations.
305300

306-
.. versionadded:: 4.4
307-
308-
The ``AddEventAliasesPass`` class was introduced in Symfony 4.4.
309-
310301
Debugging Event Listeners
311302
-------------------------
312303

0 commit comments

Comments
 (0)
0