mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[ticket/13450] Type-hint return value of $phpbb_container->get()
PHPBB3-13450
This commit is contained in:
@@ -1974,6 +1974,7 @@ function phpbb_convert_password_hash($hash)
|
||||
{
|
||||
global $phpbb_container;
|
||||
|
||||
/* @var $manager \phpbb\passwords\manager */
|
||||
$manager = $phpbb_container->get('passwords.manager');
|
||||
$hash = $manager->hash($hash, '$H$');
|
||||
|
||||
|
Reference in New Issue
Block a user