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 d6e3616 commit 265664fCopy full SHA for 265664f
src/Actions/RetryBulkRequest.php
@@ -26,7 +26,7 @@ public function retry(BulkRequest $bulkRequest, bool $onlyFailed): ?BulkRequest
26
27
foreach ($bulkRequest->request as $index => $request) {
28
29
- /** @var BulkOperation $operation */
+ /** @var ?BulkOperation $operation */
30
$operation = $operations->where('operation_id', '=', $index)->first();
31
32
if ($operation === null || ($onlyFailed && ! in_array($operation->status, OperationStatus::failedStatuses()))) {
0 commit comments