Skip to content

Commit

Permalink
fix typo except method in BusFake (#47062)
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev authored May 12, 2023
1 parent d59c3d4 commit 96923c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Testing/Fakes/BusFake.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 96923c1

Please sign in to comment.