@@ -60,8 +60,8 @@ |
||
60 | 60 | public function getCommand() : string |
61 | 61 | { |
62 | 62 | return $this->cmd |
63 | - . (count($this->options) ? ' ' . implode(' ', $this->options) : '') |
|
64 | - . ($this->isSilent ? ' 2> /dev/null' : ''); |
|
63 | + . (count($this->options) ? ' ' . implode(' ', $this->options) : '') |
|
64 | + . ($this->isSilent ? ' 2> /dev/null' : ''); |
|
65 | 65 | } |
66 | 66 | |
67 | 67 | /** |