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) {