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 7284caf commit b873833Copy full SHA for b873833
src/Illuminate/Bus/Batchable.php
@@ -19,7 +19,7 @@ trait Batchable
19
/**
20
* The fake batch, if applicable.
21
*
22
- * @var \Illuminate\Support\Testing\BatchFake
+ * @var \Illuminate\Support\Testing\Fakes\BatchFake
23
*/
24
private $fakeBatch;
25
@@ -77,7 +77,7 @@ public function withBatchId(string $batchId)
77
* @param \Carbon\CarbonImmutable $createdAt
78
* @param \Carbon\CarbonImmutable|null $cancelledAt
79
* @param \Carbon\CarbonImmutable|null $finishedAt
80
- * @return array{0: $this, 1: \Illuminate\Support\Testing\BatchFake}
+ * @return array{0: $this, 1: \Illuminate\Support\Testing\Fakes\BatchFake}
81
82
public function withFakeBatch(string $id = '',
83
string $name = '',
0 commit comments