Browse Source

Minor indentation fix.

Daniele Alessandri 14 năm trước cách đây
mục cha
commit
0d7fe31110
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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() {