Skip to content

Commit

Permalink
style(next): fix PHP code style in EntityActionEventDispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Apr 24, 2024
1 parent 6c98513 commit 1c3b13f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
final class EntityActionEventDispatcher implements DestructableInterface {

/**
* The events to dispach.
* The events to dispatch.
*
* @var \Drupal\next\Event\EntityActionEvent[]
*/
Expand All @@ -23,8 +23,8 @@ final class EntityActionEventDispatcher implements DestructableInterface {
* EntityActionEventDispatcher constructor.
*/
public function __construct(
private EventDispatcherInterface $eventDispatcher
) {
private EventDispatcherInterface $eventDispatcher,
) {
}

/**
Expand Down

0 comments on commit 1c3b13f

Please sign in to comment.