Skip to content

Commit c08f937

Browse files
fix (#45080)
1 parent 2641bc1 commit c08f937

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Illuminate/Bus/Batchable.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ public function withBatchId(string $batchId)
7474
* @param int $failedJobs
7575
* @param array $failedJobIds
7676
* @param array $options
77+
* @param \Carbon\CarbonImmutable $createdAt
78+
* @param \Carbon\CarbonImmutable|null $cancelledAt
79+
* @param \Carbon\CarbonImmutable|null $finishedAt
7780
* @return array{0: $this, 1: \Illuminate\Support\Testing\BatchFake}
7881
*/
7982
public function withFakeBatch(string $id = '',

0 commit comments

Comments
 (0)