@@ -186,7 +186,7 @@ |
||
186 | 186 | protected function collectJob(array $job, int $status, $from_status = JobInterface::STATUS_WAITING): bool |
187 | 187 | { |
188 | 188 | $set = [ |
189 | - 'status' => $status, |
|
189 | + 'status' => $status, |
|
190 | 190 | ]; |
191 | 191 | |
192 | 192 | //isset($job['started']) required due compatibility between 1.x and 2.x |