From 85f1e8afa55356f620a8715ba9fcaaec491dff96 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 29 Dec 2013 20:52:25 +0100 Subject: [PATCH] [feature/passwords] Correct docblock of phpbb_hash() function PHPBB3-11610 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index f779bf0622..9765b10056 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -374,7 +374,7 @@ function still_on_time($extra_time = 15) * * @param string $password Password to be hashed * -* @return string Password hash or false if something went wrong during hashing +* @return string|bool Password hash or false if something went wrong during hashing */ function phpbb_hash($password) {