summaryrefslogtreecommitdiff
path: root/app/User/LdapUserProvider.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/User/LdapUserProvider.php')
-rw-r--r--app/User/LdapUserProvider.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/User/LdapUserProvider.php b/app/User/LdapUserProvider.php
index 3a84bfea..153450d9 100644
--- a/app/User/LdapUserProvider.php
+++ b/app/User/LdapUserProvider.php
@@ -69,7 +69,7 @@ class LdapUserProvider implements UserProviderInterface
* @param string $name
* @param string $email
* @param string $role
- * @param string[]
+ * @param string[] $groupIds
*/
public function __construct($dn, $username, $name, $email, $role, array $groupIds)
{