Skip to content

Commit 3cb4a8f

Browse files
committed
formatting
1 parent 8ec69f8 commit 3cb4a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Testing/Fakes/BusFake.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class BusFake implements QueueingDispatcher
7676
*
7777
* @param \Illuminate\Contracts\Bus\QueueingDispatcher $dispatcher
7878
* @param array|string $jobsToFake
79-
* @param BatchRepository|null $jobsToFake
79+
* @param \Illuminate\Bus\BatchRepository|null $batchRepository
8080
* @return void
8181
*/
8282
public function __construct(QueueingDispatcher $dispatcher, $jobsToFake = [], BatchRepository $batchRepository = null)

0 commit comments

Comments
 (0)