Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Commit 199840b

Browse files
committed
fix phpdoc
1 parent 8c37098 commit 199840b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helpers/Str.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public static function password(string $string, string $pepper = ''): string
7575
* @param string $hashed_password a hashed password
7676
* @param string $string to salt
7777
* @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
7979
*/
8080
public static function passwordVerify(string $hashed_password, string $string, string $pepper = ''): string
8181
{

0 commit comments

Comments
 (0)