Explorar el Código

Minor indentation fix.

Daniele Alessandri hace 14 años
padre
commit
0d7fe31110
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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() {