diff --git a/composer.json b/composer.json index af3171b..605d8e8 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/src/EventDispatcher.php b/src/EventDispatcher.php index 9fd769e..3e8ee8f 100644 --- a/src/EventDispatcher.php +++ b/src/EventDispatcher.php @@ -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 {