Skip to content

Commit bce2b9f

Browse files
authored
Update event_dispatcher.rst
Remove line break to avoid issue with necessary space before a deep link.
1 parent b1d0bdf commit bce2b9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/event_dispatcher.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,7 @@ In some cases, it may make sense for a listener to prevent any other listeners
406406
from being called. In other words, the listener needs to be able to tell
407407
the dispatcher to stop all propagation of the event to future listeners
408408
(i.e. to not notify any more listeners). This can be accomplished from
409-
inside a listener via the
410-
:method:`Symfony\\Contracts\\EventDispatcher\\Event::stopPropagation` method::
409+
inside a listener via the :method:`Symfony\\Contracts\\EventDispatcher\\Event::stopPropagation` method::
411410

412411
use Acme\Store\Event\OrderPlacedEvent;
413412

0 commit comments

Comments
 (0)