Test Setup Failed
Push — master ( f71949...6c6bd7 )
by Julito
55:21
created
src/Chamilo/UserBundle/Security/Encoder.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
      */
67 67
     public function isPasswordValid($encoded, $raw, $salt)
68 68
     {
69
-         if ($this->isPasswordTooLong($raw)) {
69
+            if ($this->isPasswordTooLong($raw)) {
70 70
             return false;
71 71
         }
72 72
 
Please login to merge, or discard this patch.