Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix CS of PR
  • Loading branch information
frankdejonge committed Oct 28, 2022
1 parent e1fc276 commit 7f5f770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PrioritizedListenersForEventTest.php
Expand Up @@ -37,6 +37,7 @@ public static function inspectListener(iterable $listeners): array
foreach ($listeners as $listener) {
$ret[] = $listener($event);
}

return $ret;
}
}

0 comments on commit 7f5f770

Please sign in to comment.