8000 Update event_dispatcher.rst · symfony/symfony-docs@20520f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 20520f2

Browse files
atailouloutejaviereguiluz
authored andcommitted
Update event_dispatcher.rst
1 parent 7f5bde3 commit 20520f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/event_dispatcher.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ from being called. In other words, the listener needs to be able to tell
404404
the dispatcher to stop all propagation of the event to future listeners
405405
(i.e. to not notify any more listeners). This can be accomplished from
406406
inside a listener via the
407-
:method:`Symfony\\Component\\EventDispatcher\\Event::stopPropagation` method::
407+
:method:`Symfony\\Contracts\\EventDispatcher\\Event::stopPropagation` method::
408408

409409
use Acme\Store\Event\OrderPlacedEvent;
410410

0 commit comments

Comments
 (0)
0