mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/13772] Fix typo in phpbb\passwords\manager::__construct()
PHPBB3-13772
This commit is contained in:
parent
c46024bfa2
commit
8769f185f5
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class manager
|
||||||
* @param array $hashing_algorithms Hashing driver
|
* @param array $hashing_algorithms Hashing driver
|
||||||
* service collection
|
* service collection
|
||||||
* @param \phpbb\passwords\helper $helper Passwords helper object
|
* @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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue