aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
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)
{