diff --git a/src/ListenerProviderInterface.php b/src/ListenerProviderInterface.php index 3775ebd..2b60f65 100644 --- a/src/ListenerProviderInterface.php +++ b/src/ListenerProviderInterface.php @@ -11,6 +11,7 @@ interface ListenerProviderInterface /** * @param object $event * An event for which to return the relevant listeners. + * * @return iterable * An iterable (array, iterator, or generator) of callables. Each * callable MUST be type-compatible with $event.