@@ -143,10 +143,10 @@ |
||
| 143 | 143 | if (null == $this->executable) { |
| 144 | 144 | $this->executable = new Executable\RedisCli($this->pathToRedisCli); |
| 145 | 145 | $this->executable->backup() |
| 146 | - ->useHost($this->host) |
|
| 147 | - ->usePort($this->port) |
|
| 148 | - ->usePassword($this->password) |
|
| 149 | - ->showStdErr($this->showStdErr); |
|
| 146 | + ->useHost($this->host) |
|
| 147 | + ->usePort($this->port) |
|
| 148 | + ->usePassword($this->password) |
|
| 149 | + ->showStdErr($this->showStdErr); |
|
| 150 | 150 | } |
| 151 | 151 | return $this->executable; |
| 152 | 152 | } |
@@ -78,7 +78,7 @@ |
||
| 78 | 78 | */ |
| 79 | 79 | public function runCommand($command) |
| 80 | 80 | { |
| 81 | - if(!isset($this->availableCommands[$command])) { |
|
| 81 | + if (!isset($this->availableCommands[$command])) { |
|
| 82 | 82 | throw new Exception('Unknown redis-cli command'); |
| 83 | 83 | } |
| 84 | 84 | $this->command = $command; |