Skip to content

Commit b873833

Browse files
fix namespace (#46428)
1 parent 7284caf commit b873833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Bus/Batchable.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ trait Batchable
1919
/**
2020
* The fake batch, if applicable.
2121
*
22-
* @var \Illuminate\Support\Testing\BatchFake
22+
* @var \Illuminate\Support\Testing\Fakes\BatchFake
2323
*/
2424
private $fakeBatch;
2525

@@ -77,7 +77,7 @@ public function withBatchId(string $batchId)
7777
* @param \Carbon\CarbonImmutable $createdAt
7878
* @param \Carbon\CarbonImmutable|null $cancelledAt
7979
* @param \Carbon\CarbonImmutable|null $finishedAt
80-
* @return array{0: $this, 1: \Illuminate\Support\Testing\BatchFake}
80+
* @return array{0: $this, 1: \Illuminate\Support\Testing\Fakes\BatchFake}
8181
*/
8282
public function withFakeBatch(string $id = '',
8383
string $name = '',

0 commit comments

Comments
 (0)