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
2323 * Dispatches an event to all registered listeners.
2424 *
2525 * 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
2727 * MUST declare it explicitly, as allowed by PHP.
2828 *
2929 * @param object $event The event to pass to the event handlers/listeners
@@ -44,7 +44,7 @@ interface EventDispatcherInterface
4444 * Dispatches an event to all registered listeners.
4545 *
4646 * 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
4848 * MUST declare it explicitly, as allowed by PHP.
4949 *
5050 * @param object $event The event to pass to the event handlers/listeners
You can’t perform that action at this time.
0 commit comments