Passed
Push — master ( 993b38...6edd3f )
by Nils
03:11
created
src/Collector/System/Cron/CronCollector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     {
32 32
         $runner = Runner::getInstance();
33 33
 
34
-        if(!$runner->commandExists('crontab')) {
34
+        if (!$runner->commandExists('crontab')) {
35 35
             return [];
36 36
         }
37 37
 
Please login to merge, or discard this patch.