Passed
Branch master (578045)
by Mathieu
06:53 queued 04:40
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
-             'value'      => date('Y-m-d H:i:s'),
318
-             'operator' => '<'
316
+                'property' => 'processing_date',
317
+                'value'      => date('Y-m-d H:i:s'),
318
+                'operator' => '<'
319 319
         ]);
320 320
 
321 321
         $queueId = $this->queueId();
Please login to merge, or discard this patch.