Completed
Pull Request — master (#19)
by Michael
08:50
created
src/Otp.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
         $key = new OpensslKeyGenerator($algo, $passkey, 'otp', '', $cost);
45 45
 
46 46
         foreach ($chunks as $i => &$chunk) {
47
-            $info = $length . $i . $cost;
47
+            $info = $length.$i.$cost;
48 48
             $chunk = $chunk ^ $key->deriveKey($info);
49 49
         }
50 50
 
Please login to merge, or discard this patch.