@@ -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; |