Skip to content

Commit 3bd18f6

Browse files
authored
Update event_dispatcher.rst
1 parent cc22936 commit 3bd18f6

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)