Completed
Push — master ( 1ecfc8...9e917f )
by Chauncey
10:05
created
src/Charcoal/Queue/AbstractQueueManager.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -313,9 +313,9 @@
 block discarded – undo
313 313
             'value'    => 0,
314 314
         ]);
315 315
         $loader->addFilter([
316
-             'property' => 'processing_date',
317
-             'operator' => '<',
318
-             'value'    => date('Y-m-d H:i:s'),
316
+                'property' => 'processing_date',
317
+                'operator' => '<',
318
+                'value'    => date('Y-m-d H:i:s'),
319 319
         ]);
320 320
 
321 321
         $queueId = $this->queueId();
Please login to merge, or discard this patch.