Fix typo after refactoring

This commit is contained in:
Frederic Guillot
2016-05-31 22:42:50 -04:00
parent 4987e245bb
commit 92aba95959
3 changed files with 3 additions and 2 deletions

View File

@@ -88,6 +88,7 @@ class LdapUserProvider implements UserProviderInterface
* @param string $role
* @param string[] $groupIds
* @param string $photo
* @param string $language
*/
public function __construct($dn, $username, $name, $email, $role, array $groupIds, $photo = '', $language = '')
{