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 8ec69f8 commit 3cb4a8fCopy full SHA for 3cb4a8f
src/Illuminate/Support/Testing/Fakes/BusFake.php
@@ -76,7 +76,7 @@ class BusFake implements QueueingDispatcher
76
*
77
* @param \Illuminate\Contracts\Bus\QueueingDispatcher $dispatcher
78
* @param array|string $jobsToFake
79
- * @param BatchRepository|null $jobsToFake
+ * @param \Illuminate\Bus\BatchRepository|null $batchRepository
80
* @return void
81
*/
82
public function __construct(QueueingDispatcher $dispatcher, $jobsToFake = [], BatchRepository $batchRepository = null)
0 commit comments