LdapUserProvider: add missing argument type doc

This commit is contained in:
Christian Flothmann 2016-06-01 23:22:27 +02:00
parent d1b0301c71
commit bff9c3631d
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ class LdapUserProvider implements UserProviderInterface
* @param array $defaultRoles
* @param string $uidKey
* @param string $filter
* @param string $passwordAttribute
*/
public function __construct(LdapInterface $ldap, $baseDn, $searchDn = null, $searchPassword = null, array $defaultRoles = array(), $uidKey = 'sAMAccountName', $filter = '({uid_key}={username})', $passwordAttribute = null)
{