diff --git a/src/Provider/ListenerCollection.php b/src/Provider/ListenerCollection.php index 9ed6ebb..c0189e3 100644 --- a/src/Provider/ListenerCollection.php +++ b/src/Provider/ListenerCollection.php @@ -49,7 +49,6 @@ public function getForEvents(string ...$eventClassNames): iterable * * Any callable could be used be it a closure, invokable object or array referencing a class or object. * - * * @throws InvalidArgumentException If callable is invalid. */ public function add(callable $listener, string ...$eventClassNames): self