We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c98513 commit 1c3b13fCopy full SHA for 1c3b13f
modules/next/src/EventSubscriber/EntityActionEventDispatcher.php
@@ -13,7 +13,7 @@
13
final class EntityActionEventDispatcher implements DestructableInterface {
14
15
/**
16
- * The events to dispach.
+ * The events to dispatch.
17
*
18
* @var \Drupal\next\Event\EntityActionEvent[]
19
*/
@@ -23,8 +23,8 @@ final class EntityActionEventDispatcher implements DestructableInterface {
23
* EntityActionEventDispatcher constructor.
24
25
public function __construct(
26
- private EventDispatcherInterface $eventDispatcher
27
- ) {
+ private EventDispatcherInterface $eventDispatcher,
+ ) {
28
}
29
30
0 commit comments