@@ -62,7 +62,9 @@ |
||
62 | 62 | */ |
63 | 63 | public function run($outputFile = '/dev/null', $append = false) |
64 | 64 | { |
65 | - if(is_null($this->command)) return; |
|
65 | + if(is_null($this->command)) { |
|
66 | + return; |
|
67 | + } |
|
66 | 68 | switch ($this->getOS()) { |
67 | 69 | case self::OS_WINDOWS: |
68 | 70 | shell_exec(sprintf('%s &', $this->command, $outputFile)); |