diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2013-12-29 20:52:25 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2013-12-29 20:52:25 +0100 |
| commit | 85f1e8afa55356f620a8715ba9fcaaec491dff96 (patch) | |
| tree | 84450ab686411d1252228d61923c2c4b2333fddb | |
| parent | 4b832cf2bd95f1af44d72dee45ff23b1eb9179ae (diff) | |
| download | forums-85f1e8afa55356f620a8715ba9fcaaec491dff96.tar forums-85f1e8afa55356f620a8715ba9fcaaec491dff96.tar.gz forums-85f1e8afa55356f620a8715ba9fcaaec491dff96.tar.bz2 forums-85f1e8afa55356f620a8715ba9fcaaec491dff96.tar.xz forums-85f1e8afa55356f620a8715ba9fcaaec491dff96.zip | |
[feature/passwords] Correct docblock of phpbb_hash() function
PHPBB3-11610
| -rw-r--r-- | phpBB/includes/functions.php | 2 |
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) { |
