1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 08:12:17 +02:00

Merge branch '3.1.x'

* 3.1.x:
  [ticket/13772] Fix typo in phpbb\passwords\manager::__construct()
This commit is contained in:
Andreas Fischer 2015-04-22 15:15:09 +02:00
commit eba5b59533

View File

@ -56,7 +56,7 @@ class manager
* @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)
{