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 2641bc1 commit c08f937Copy full SHA for c08f937
src/Illuminate/Bus/Batchable.php
@@ -74,6 +74,9 @@ public function withBatchId(string $batchId)
74
* @param int $failedJobs
75
* @param array $failedJobIds
76
* @param array $options
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}
81
*/
82
public function withFakeBatch(string $id = '',
0 commit comments