summaryrefslogtreecommitdiff
path: root/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php')
-rw-r--r--vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php b/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php
index 9b1a69add2..2d470af920 100644
--- a/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php
+++ b/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php
@@ -23,7 +23,7 @@ if (interface_exists(PsrEventDispatcherInterface::class)) {
* Dispatches an event to all registered listeners.
*
* For BC with Symfony 4, the $eventName argument is not declared explicitly on the
- * signature of the method. Implementations that are not bound by this BC contraint
+ * signature of the method. Implementations that are not bound by this BC constraint
* MUST declare it explicitly, as allowed by PHP.
*
* @param object $event The event to pass to the event handlers/listeners
@@ -44,7 +44,7 @@ if (interface_exists(PsrEventDispatcherInterface::class)) {
* Dispatches an event to all registered listeners.
*
* For BC with Symfony 4, the $eventName argument is not declared explicitly on the
- * signature of the method. Implementations that are not bound by this BC contraint
+ * signature of the method. Implementations that are not bound by this BC constraint
* MUST declare it explicitly, as allowed by PHP.
*
* @param object $event The event to pass to the event handlers/listeners