Skip to content

Commit d6c959b

Browse files
committed
minor #12839 Update event_dispatcher.rst (atailouloute)
This PR was submitted for the 5.0 branch but it was merged into the 4.3 branch instead (closes #12839). Discussion ---------- Update event_dispatcher.rst Commits ------- 20520f2 Update event_dispatcher.rst
2 parents 7f5bde3 + 20520f2 commit d6c959b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/event_dispatcher.rst

+1-1
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)