diff options
-rw-r--r-- | lib/password.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/password.php b/lib/password.php index 20f2e51..eaf1e2d 100644 --- a/lib/password.php +++ b/lib/password.php @@ -25,7 +25,7 @@ if (!defined('PASSWORD_BCRYPT')) { * @param int $algo The algorithm to use (Defined by PASSWORD_* constants) * @param array $options The options for the algorithm to use * - * @returns string|false The hashed password, or false on error. + * @return string|false The hashed password, or false on error. */ function password_hash($password, $algo, array $options = array()) { if (!function_exists('crypt')) { |