@@ -33,7 +33,7 @@ |
||
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-> |