mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/16955] Clean up cron and console classes
PHPBB3-16955
This commit is contained in:
@@ -206,8 +206,8 @@ class manager
|
||||
* Hash supplied password
|
||||
*
|
||||
* @param string $password Password that should be hashed
|
||||
* @param string $type Hash type. Will default to standard hash type if
|
||||
* none is supplied
|
||||
* @param string|array $type Hash type. Will default to standard hash type if
|
||||
* none is supplied, array for combined hashing
|
||||
* @return string|bool Password hash of supplied password or false if
|
||||
* if something went wrong during hashing
|
||||
*/
|
||||
|
Reference in New Issue
Block a user