summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/User_LDAP.php
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2021-10-26 16:43:39 +0200
committerCôme Chilliet <come.chilliet@nextcloud.com>2021-12-16 09:43:30 +0100
commitf3dcbfe146782d2c7dec8760651e79605ddc96e7 (patch)
treea22984b0976ae1b7ac4ba3082217bc5dd8b34f61 /apps/user_ldap/lib/User_LDAP.php
parent37f8f7a5a18e57507330036b747d4b12e58efae4 (diff)
downloadnextcloud-server-f3dcbfe146782d2c7dec8760651e79605ddc96e7.tar.gz
nextcloud-server-f3dcbfe146782d2c7dec8760651e79605ddc96e7.zip
Fix PHP 8.1 support for user_ldap application
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'apps/user_ldap/lib/User_LDAP.php')
-rw-r--r--apps/user_ldap/lib/User_LDAP.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/User_LDAP.php b/apps/user_ldap/lib/User_LDAP.php
index b1d4da9514d..9cd90451ea3 100644
--- a/apps/user_ldap/lib/User_LDAP.php
+++ b/apps/user_ldap/lib/User_LDAP.php
@@ -617,7 +617,7 @@ class User_LDAP extends BackendUtility implements \OCP\IUserBackend, \OCP\UserIn
* The cloned connection needs to be closed manually.
* of the current access.
* @param string $uid
- * @return resource of the LDAP connection
+ * @return resource|\LDAP\Connection The LDAP connection
*/
public function getNewLDAPConnection($uid) {
$connection = clone $this->access->getConnection();