We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2407c9b commit 8ec69f8Copy full SHA for 8ec69f8
src/Illuminate/Support/Facades/Bus.php
@@ -43,6 +43,7 @@ class Bus extends Facade
43
* Replace the bound instance with a fake.
44
*
45
* @param array|string $jobsToFake
46
+ * @param \Illuminate\Bus\BatchRepository|null $batchRepository
47
* @return \Illuminate\Support\Testing\Fakes\BusFake
48
*/
49
public static function fake($jobsToFake = [], BatchRepository $batchRepository = null)
0 commit comments