ソースを参照

Minor indentation fix.

Daniele Alessandri 14 年 前
コミット
0d7fe31110
1 ファイル変更1 行追加1 行削除
  1. 1 1
      lib/Predis.php

+ 1 - 1
lib/Predis.php

@@ -450,7 +450,7 @@ abstract class Command {
             return $this->_hash;
         }
 
-      return null;
+        return null;
     }
 
     public function closesConnection() {