diff --git a/src/Illuminate/Support/Facades/Event.php b/src/Illuminate/Support/Facades/Event.php index 86fd00f04e7c..97d4224279e8 100755 --- a/src/Illuminate/Support/Facades/Event.php +++ b/src/Illuminate/Support/Facades/Event.php @@ -17,7 +17,7 @@ * @method static void assertDispatchedTimes(string $event, int $times = 1) * @method static void assertNotDispatched(string|\Closure $event, callable|int $callback = null) * @method static void assertNothingDispatched() - * @method static void assertListening(string $expectedEvent, string $expectedListener) + * @method static void assertListening(string $expectedEvent, string|array $expectedListener) * @method static void flush(string $event) * @method static void forget(string $event) * @method static void forgetPushed()