Skip to content

Commit 8ea4592

Browse files
come-ncbackportbot[bot]
authored andcommitted
chore: Remove incorrect resource typing in ILDAPProvider
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent ab7f58b commit 8ea4592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/public/LDAP/ILDAPProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ public function sanitizeDN($dn);
5656
/**
5757
* Return a new LDAP connection resource for the specified user.
5858
* @param string $uid user id
59-
* @return \LDAP\Connection|resource
59+
* @return \LDAP\Connection
6060
* @since 11.0.0
6161
*/
6262
public function getLDAPConnection($uid);
6363

6464
/**
6565
* Return a new LDAP connection resource for the specified group.
6666
* @param string $gid group id
67-
* @return \LDAP\Connection|resource
67+
* @return \LDAP\Connection
6868
* @since 13.0.0
6969
*/
7070
public function getGroupLDAPConnection($gid);

0 commit comments

Comments
 (0)