summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2021-11-29 11:42:27 +0100
committerCôme Chilliet <come.chilliet@nextcloud.com>2021-12-16 09:43:31 +0100
commit743267eba4bf0558337dcb47f0f8c382f2b25b69 (patch)
treef86c93610d0c31b643964b8d3c7d7b42f0c06057 /apps/user_ldap
parent24e9a29b3cd520cda57140f5e061507dd2cbdd20 (diff)
downloadnextcloud-server-743267eba4bf0558337dcb47f0f8c382f2b25b69.tar.gz
nextcloud-server-743267eba4bf0558337dcb47f0f8c382f2b25b69.zip
Fix LDAP related docblocks types
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'apps/user_ldap')
-rw-r--r--apps/user_ldap/lib/ILDAPWrapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/ILDAPWrapper.php b/apps/user_ldap/lib/ILDAPWrapper.php
index 9917898a001..3f600a40cc0 100644
--- a/apps/user_ldap/lib/ILDAPWrapper.php
+++ b/apps/user_ldap/lib/ILDAPWrapper.php
@@ -147,7 +147,7 @@ interface ILDAPWrapper {
/**
* Read an entry
* @param resource|\LDAP\Connection $link LDAP link resource
- * @param array $baseDN The DN of the entry to read from
+ * @param string $baseDN The DN of the entry to read from
* @param string $filter An LDAP filter
* @param array $attr array of the attributes to read
* @return resource|\LDAP\Result an LDAP search result resource