1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[feature/passwords] Fix indentation in auth providers

PHPBB3-11610
This commit is contained in:
Marc Alexander
2013-12-28 16:54:41 +01:00
parent a4d50d52b6
commit ac131a5159
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ class ldap extends \phpbb\auth\provider\base
*
* @param \phpbb\db\driver\driver $db
* @param \phpbb\config\config $config
* @param \phpbb\passwords\manager $passwords_manager
* @param \phpbb\passwords\manager $passwords_manager
* @param \phpbb\user $user
*/
public function __construct(\phpbb\db\driver\driver $db, \phpbb\config\config $config, \phpbb\passwords\manager $passwords_manager, \phpbb\user $user)