Completed
Push — master ( b409ef...14644c )
by Kirill
04:00
created
src/AppBundle/Command/RunCronsCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
                 continue;
34 34
             }
35 35
 
36
-            if (time()-$args['last'] >= $args['every']) {
36
+            if (time() - $args['last'] >= $args['every']) {
37 37
                 $output->writeln('Running '.$cronAction->getExecutor().' for "'.
38 38
                     $cronAction->getDevice()->getName().'" device');
39 39
                 $this->
Please login to merge, or discard this patch.