Skip to content

Commit 1c3b13f

Browse files
committed
style(next): fix PHP code style in EntityActionEventDispatcher
1 parent 6c98513 commit 1c3b13f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/next/src/EventSubscriber/EntityActionEventDispatcher.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
final class EntityActionEventDispatcher implements DestructableInterface {
1414

1515
/**
16-
* The events to dispach.
16+
* The events to dispatch.
1717
*
1818
* @var \Drupal\next\Event\EntityActionEvent[]
1919
*/
@@ -23,8 +23,8 @@ final class EntityActionEventDispatcher implements DestructableInterface {
2323
* EntityActionEventDispatcher constructor.
2424
*/
2525
public function __construct(
26-
private EventDispatcherInterface $eventDispatcher
27-
) {
26+
private EventDispatcherInterface $eventDispatcher,
27+
) {
2828
}
2929

3030
/**

0 commit comments

Comments
 (0)