From 1c3b13fac567f3b76a2d6ce551b4693e130ca709 Mon Sep 17 00:00:00 2001 From: JohnAlbin Date: Tue, 23 Apr 2024 00:27:04 +0800 Subject: [PATCH] style(next): fix PHP code style in EntityActionEventDispatcher --- .../src/EventSubscriber/EntityActionEventDispatcher.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, + ) { } /**