Fix $baseDN parameter type in ILDAPWrapper::read

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2022-03-29 16:20:28 +02:00 committed by Côme Chilliet (Rebase PR Action)
parent b736d65f3e
commit 6b7f95b25b

View file

@ -147,7 +147,7 @@ interface ILDAPWrapper {
/**
* Read an entry
* @param resource $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 an LDAP search result resource