Passed
Push — dev-master ( 9c1528...fc9c0d )
by Vijay
90:32 queued 55:35
created
src/Helpers/Str.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
      * @param string $hashed_password a hashed password
76 76
      * @param string $string to salt
77 77
      * @param string $pepper string pepper to add to the salted string for extra security
78
-     * @return boolean success on match
78
+     * @return string success on match
79 79
      */
80 80
     public static function passwordVerify(string $hashed_password, string $string, string $pepper = ''): string
81 81
     {
Please login to merge, or discard this patch.