Completed
Push — master ( 2610d7...9b418a )
by Raffael
08:22 queued 04:58
created
src/Queue.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -368,7 +368,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.