Completed
Push — master ( 0da15d...9e5495 )
by Sebastian
06:32
created
src/Cli/Executable/RedisCli.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.