@@ -368,7 +368,7 @@ |
||
368 | 368 | protected function collectJob(ObjectId $id, int $status, $from_status = self::STATUS_WAITING): bool |
369 | 369 | { |
370 | 370 | $set = [ |
371 | - 'status' => $status, |
|
371 | + 'status' => $status, |
|
372 | 372 | ]; |
373 | 373 | |
374 | 374 | if (self::STATUS_PROCESSING === $status) { |