mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
[feature/passwords] Correct docblock of phpbb_hash() function
PHPBB3-11610
This commit is contained in:
@@ -374,7 +374,7 @@ function still_on_time($extra_time = 15)
|
|||||||
*
|
*
|
||||||
* @param string $password Password to be hashed
|
* @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)
|
function phpbb_hash($password)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user