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