[feature/passwords] Correct docblock of phpbb_hash() function

PHPBB3-11610
This commit is contained in:
Marc Alexander 2013-12-29 20:52:25 +01:00
parent 4b832cf2bd
commit 85f1e8afa5

View file

@ -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)
{