mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/passwords] Correct docblock of phpbb_hash() function
PHPBB3-11610
This commit is contained in:
parent
4b832cf2bd
commit
85f1e8afa5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue