mirror of
https://github.com/nextcloud/server.git
synced 2026-04-11 20:16:54 -04:00
Merge pull request #59381 from nextcloud/fix/clean-ldap-ocp-typing-33
[stable33] chore: Remove incorrect resource typing in ILDAPProvider
This commit is contained in:
commit
3ced2fa051
1 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ interface ILDAPProvider {
|
|||
/**
|
||||
* Return a new LDAP connection resource for the specified user.
|
||||
* @param string $uid user id
|
||||
* @return \LDAP\Connection|resource
|
||||
* @return \LDAP\Connection
|
||||
* @since 11.0.0
|
||||
*/
|
||||
public function getLDAPConnection($uid);
|
||||
|
|
@ -64,7 +64,7 @@ interface ILDAPProvider {
|
|||
/**
|
||||
* Return a new LDAP connection resource for the specified group.
|
||||
* @param string $gid group id
|
||||
* @return \LDAP\Connection|resource
|
||||
* @return \LDAP\Connection
|
||||
* @since 13.0.0
|
||||
*/
|
||||
public function getGroupLDAPConnection($gid);
|
||||
|
|
|
|||
Loading…
Reference in a new issue