Passed
Push — master ( c0679d...46e795 )
by Florian
02:26 queued 11s
created
src/CakeLegacyPasswordHasher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
             if (!is_string($this->salt)) {
125 125
                 throw new RuntimeException('No salt present');
126 126
             }
127
-            $string = $this->salt . $password;
127
+            $string = $this->salt.$password;
128 128
         }
129 129
 
130 130
         return hash($algorithm, $password);
Please login to merge, or discard this patch.