aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/LDAP/ILDAPProvider.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/LDAP/ILDAPProvider.php')
-rw-r--r--lib/public/LDAP/ILDAPProvider.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/public/LDAP/ILDAPProvider.php b/lib/public/LDAP/ILDAPProvider.php
index 584b554aa81..7e1f27eb368 100644
--- a/lib/public/LDAP/ILDAPProvider.php
+++ b/lib/public/LDAP/ILDAPProvider.php
@@ -1,4 +1,5 @@
<?php
+
/**
* SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
@@ -46,8 +47,8 @@ interface ILDAPProvider {
/**
* Sanitize a DN received from the LDAP server.
- * @param array $dn the DN in question
- * @return array the sanitized DN
+ * @param array|string $dn the DN in question
+ * @return array|string the sanitized DN
* @since 11.0.0
*/
public function sanitizeDN($dn);