File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ public function __construct(ContainerInterface $container)
56
56
*
57
57
* @param string $eventName Event for which the listener is added
58
58
* @param array $callback The service ID of the listener service & the method
59
- * name that has to be called
60
- * @param int $priority The higher this value, the earlier an event listener
61
- * will be triggered in the chain.
62
- * Defaults to 0.
59
+ * name that has to be called
60
+ * @param int $priority The higher this value, the earlier an event listener
61
+ * will be triggered in the chain.
62
+ * Defaults to 0.
63
63
*
64
64
* @throws \InvalidArgumentException
65
65
*/
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class Event
48
48
* Returns whether further event listeners should be triggered.
49
49
*
50
50
* @see Event::stopPropagation
51
- * @return bool Whether propagation was already stopped for this event.
51
+ * @return bool Whether propagation was already stopped for this event.
52
52
*
53
53
* @api
54
54
*/
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ interface EventDispatcherInterface
28
28
* @param string $eventName The name of the event to dispatch. The name of
29
29
* the event is the name of the method that is
30
30
* invoked on listeners.
31
- * @param Event $event The event to pass to the event handlers/listeners.
31
+ * @param Event $event The event to pass to the event handlers/listeners.
32
32
* If not supplied, an empty Event instance is created.
33
33
*
34
34
* @return Event
@@ -90,7 +90,7 @@ public function getListeners($eventName = null);
90
90
*
91
91
* @param string $eventName The name of the event
92
92
*
93
- * @return bool true if the specified event has any listeners, false otherwise
93
+ * @return bool true if the specified event has any listeners, false otherwise
94
94
*/
95
95
public function hasListeners ($ eventName = null );
96
96
}
You can’t perform that action at this time.
0 commit comments