1
0
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:
Marc Alexander
2022-12-27 14:31:23 +01:00
parent a8b878349a
commit b855b8a5a5
6 changed files with 9 additions and 10 deletions

View File

@@ -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
*/