File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ interface EventDispatcherInterface extends PsrEventDispatcherInterface
23
23
* Dispatches an event to all registered listeners.
24
24
*
25
25
* For BC with Symfony 4, the $eventName argument is not declared explicitly on the
26
- * signature of the method. Implementations that are not bound by this BC contraint
26
+ * signature of the method. Implementations that are not bound by this BC constraint
27
27
* MUST declare it explicitly, as allowed by PHP.
28
28
*
29
29
* @param object $event The event to pass to the event handlers/listeners
@@ -44,7 +44,7 @@ interface EventDispatcherInterface
44
44
* Dispatches an event to all registered listeners.
45
45
*
46
46
* For BC with Symfony 4, the $eventName argument is not declared explicitly on the
47
- * signature of the method. Implementations that are not bound by this BC contraint
47
+ * signature of the method. Implementations that are not bound by this BC constraint
48
48
* MUST declare it explicitly, as allowed by PHP.
49
49
*
50
50
* @param object $event The event to pass to the event handlers/listeners
You can’t perform that action at this time.
0 commit comments