Failed Conditions
Pull Request — 4.0 (#4528)
by Kentaro
21:47
created
src/Eccube/Security/Core/Encoder/PasswordEncoder.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,6 +121,6 @@
 block discarded – undo
121 121
 
122 122
     public function needsRehash(string $encoded): bool
123 123
     {
124
-         return true;
124
+            return true;
125 125
     }
126 126
 }
Please login to merge, or discard this patch.