Passed
Push — master ( 8f7a9d...8d41c2 )
by Raffael
03:49
created
src/Async.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
             '$or' => [
369 369
                 ['status' => self::STATUS_WAITING],
370 370
                 ['status' => self::STATUS_POSTPONED,
371
-                 'at' => ['$gte' => new UTCDateTime()], ],
371
+                    'at' => ['$gte' => new UTCDateTime()], ],
372 372
             ],
373 373
         ], $options);
374 374
 
Please login to merge, or discard this patch.