diff --git a/modules/next/src/EventSubscriber/EntityActionEventDispatcher.php b/modules/next/src/EventSubscriber/EntityActionEventDispatcher.php index ee043a662..a97233c44 100644 --- a/modules/next/src/EventSubscriber/EntityActionEventDispatcher.php +++ b/modules/next/src/EventSubscriber/EntityActionEventDispatcher.php @@ -13,7 +13,7 @@ final class EntityActionEventDispatcher implements DestructableInterface { /** - * The events to dispach. + * The events to dispatch. * * @var \Drupal\next\Event\EntityActionEvent[] */ @@ -23,8 +23,8 @@ final class EntityActionEventDispatcher implements DestructableInterface { * EntityActionEventDispatcher constructor. */ public function __construct( - private EventDispatcherInterface $eventDispatcher - ) { + private EventDispatcherInterface $eventDispatcher, + ) { } /**