Skip to content

Commit 8ec69f8

Browse files
committed
Add missing docblock
1 parent 2407c9b commit 8ec69f8

File tree

1 file changed

+1
-0
lines changed
  • src/Illuminate/Support/Facades

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/Bus.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class Bus extends Facade
4343
* Replace the bound instance with a fake.
4444
*
4545
* @param array|string $jobsToFake
46+
* @param \Illuminate\Bus\BatchRepository|null $batchRepository
4647
* @return \Illuminate\Support\Testing\Fakes\BusFake
4748
*/
4849
public static function fake($jobsToFake = [], BatchRepository $batchRepository = null)

0 commit comments

Comments
 (0)