From a38ae494a16513861ad190b3f2151028185d874c Mon Sep 17 00:00:00 2001 From: taylorotwell Date: Fri, 12 May 2023 18:41:16 +0000 Subject: [PATCH] Update facade docblocks --- src/Illuminate/Support/Facades/Bus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Support/Facades/Bus.php b/src/Illuminate/Support/Facades/Bus.php index ab410edc95d2..af64200a5832 100644 --- a/src/Illuminate/Support/Facades/Bus.php +++ b/src/Illuminate/Support/Facades/Bus.php @@ -20,7 +20,7 @@ * @method static void dispatchAfterResponse(mixed $command, mixed $handler = null) * @method static \Illuminate\Bus\Dispatcher pipeThrough(array $pipes) * @method static \Illuminate\Bus\Dispatcher map(array $map) - * @method static void except(array|string $jobsToDispatch) + * @method static \Illuminate\Support\Testing\Fakes\BusFake except(array|string $jobsToDispatch) * @method static void assertDispatched(string|\Closure $command, callable|int|null $callback = null) * @method static void assertDispatchedTimes(string|\Closure $command, int $times = 1) * @method static void assertNotDispatched(string|\Closure $command, callable|null $callback = null)