From ba6c893ec42c668dfc1f8fece0aafb39877bb676 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 13 Sep 2023 05:26:46 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Provider/ListenerCollection.php | 1 - 1 file changed, 1 deletion(-) 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