Skip to content

Commit

Permalink
CI and return types
Browse files Browse the repository at this point in the history
  • Loading branch information
saltandvinegarcrisps committed Dec 16, 2022
1 parent 89f3a14 commit 18f5955
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"test": [
"phpstan analyse --no-progress --no-ansi --configuration=phpstan.neon",
"phpspec run --no-coverage --no-ansi --no-interaction --format=dot"
"phpspec run --no-ansi --no-interaction --format=dot"
],
"uninstall": [
"rm -rf ./bin",
Expand Down
3 changes: 0 additions & 3 deletions src/EventDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ public function getListeners(): array

/**
* Get listeners for event as a single iterator
*
* @param object $event
* @return iterable[callable]
*/
public function getListenersForEvent(object $event): iterable
{
Expand Down

0 comments on commit 18f5955

Please # to comment.