Completed
Push — master ( 9c6457...f5ebc8 )
by Raffael
02:25
created
src/Async.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -272,9 +272,9 @@
 block discarded – undo
272 272
             '$or' => [
273 273
                 ['status' => self::STATUS_WAITING],
274 274
                 ['status' => self::STATUS_POSTPONED,
275
-                 'node' => $this->node_name, ],
275
+                    'node' => $this->node_name, ],
276 276
                 ['status' => self::STATUS_POSTPONED,
277
-                 'at' => ['$gte' => new UTCDateTime()], ],
277
+                    'at' => ['$gte' => new UTCDateTime()], ],
278 278
             ],
279 279
         ], $options);
280 280
 
Please login to merge, or discard this patch.