Skip to content

Commit b4a14bc

Browse files
authored
[Contracts] Fixed typos
1 parent b6e291a commit b4a14bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EventDispatcher/EventDispatcherInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)