Completed
Push — master ( dd7684...a2d6c0 )
by Michael
05:38 queued 26s
created
src/Hash.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -75,6 +75,10 @@
 block discarded – undo
75 75
         return $cost % \pow(2, 32);
76 76
     }
77 77
 
78
+    /**
79
+     * @param string $salt
80
+     * @param string $password
81
+     */
78 82
     private static function costHash($cost, $salt, $password)
79 83
     {
80 84
         // Hash and return first 12 bytes
Please login to merge, or discard this patch.