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