We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081be3b commit f125a42Copy full SHA for f125a42
components/event_dispatcher.rst
@@ -336,7 +336,7 @@ Dispatch the Event
336
The :method:`Symfony\\Component\\EventDispatcher\\EventDispatcher::dispatch`
337
method notifies all listeners of the given event. It takes two arguments:
338
the ``Event`` instance to pass to each listener of that event and the name
339
-of the event to dispatch and ::
+of the event to dispatch::
340
341
use Acme\Store\Event\OrderPlacedEvent;
342
use Acme\Store\Order;
0 commit comments