File: phpbb/passwords/manager.php
Unmodified
Added
Modified
Removed
Line 56 | Line 56 |
---|
* @param array $hashing_algorithms Hashing driver * service collection * @param \phpbb\passwords\helper $helper Passwords helper object
|
* @param array $hashing_algorithms Hashing driver * service collection * @param \phpbb\passwords\helper $helper Passwords helper object
|
* @param string $defaults List of default driver types
| * @param array $defaults List of default driver types
|
*/ public function __construct(\phpbb\config\config $config, $hashing_algorithms, helper $helper, $defaults) {
| */ public function __construct(\phpbb\config\config $config, $hashing_algorithms, helper $helper, $defaults) {
|