Completed
Pull Request — master (#15)
by Michael
07:49
created
src/Hash.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
      *
68 68
      * @param int    $cost
69 69
      * @param string $salt
70
-     * @param string $passw
70
+     * @param string $pass
71 71
      * @return string
72 72
      */
73 73
     private static function costEncrypt(int $cost, string $salt, string $pass): string
Please login to merge, or discard this patch.