We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f237535 + 8ea4592 commit 82a77a1Copy full SHA for 82a77a1
lib/public/LDAP/ILDAPProvider.php
@@ -56,15 +56,15 @@ public function sanitizeDN($dn);
56
/**
57
* Return a new LDAP connection resource for the specified user.
58
* @param string $uid user id
59
- * @return \LDAP\Connection|resource
+ * @return \LDAP\Connection
60
* @since 11.0.0
61
*/
62
public function getLDAPConnection($uid);
63
64
65
* Return a new LDAP connection resource for the specified group.
66
* @param string $gid group id
67
68
* @since 13.0.0
69
70
public function getGroupLDAPConnection($gid);
0 commit comments