From 96923c1065967cdd6def3e35f9b510c44514567e Mon Sep 17 00:00:00 2001 From: Milwad <98118400+milwad-dev@users.noreply.github.com> Date: Fri, 12 May 2023 22:10:33 +0330 Subject: [PATCH] fix typo `except` method in BusFake (#47062) --- src/Illuminate/Support/Testing/Fakes/BusFake.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Support/Testing/Fakes/BusFake.php b/src/Illuminate/Support/Testing/Fakes/BusFake.php index 55b143df8255..090a74309dbd 100644 --- a/src/Illuminate/Support/Testing/Fakes/BusFake.php +++ b/src/Illuminate/Support/Testing/Fakes/BusFake.php @@ -90,7 +90,7 @@ public function __construct(QueueingDispatcher $dispatcher, $jobsToFake = [], Ba * Specify the jobs that should be dispatched instead of faked. * * @param array|string $jobsToDispatch - * @return void + * @return $this */ public function except($jobsToDispatch) {