Skip to content

Commit

Permalink
Add missing docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaliak committed Dec 7, 2022
1 parent 2407c9b commit 8ec69f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Support/Facades/Bus.php
Expand Up @@ -43,6 +43,7 @@ class Bus extends Facade
* Replace the bound instance with a fake.
*
* @param array|string $jobsToFake
* @param \Illuminate\Bus\BatchRepository|null $batchRepository
* @return \Illuminate\Support\Testing\Fakes\BusFake
*/
public static function fake($jobsToFake = [], BatchRepository $batchRepository = null)
Expand Down

0 comments on commit 8ec69f8

Please sign in to comment.