Passed
Push — master ( b71897...498704 )
by Svilen
03:11
created
src/Checks/Cli/Exec.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,9 +33,9 @@
 block discarded – undo
33 33
 
34 34
             $output = $process->getOutput();
35 35
 
36
-            if (! $process->isSuccessful()) {
36
+            if (!$process->isSuccessful()) {
37 37
                 $builder->down();
38
-            } elseif ($result && ! preg_match("|{$result}|", $output)) {
38
+            } elseif ($result && !preg_match("|{$result}|", $output)) {
39 39
                 $builder->down();
40 40
             }
41 41
         }
Please login to merge, or discard this patch.