summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/connection.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2014-04-14 17:39:29 +0200
committerBart Visscher <bartv@thisnet.nl>2014-04-15 21:05:49 +0200
commitbad41c05b80f22954d88120fa220b13cd5de5c4f (patch)
treee8c51aebb2e0b468e30ac17fe882b43a060ebc82 /apps/user_ldap/lib/connection.php
parentd826f33fae85e8ad68bd5d7b2b3a10cdeddf8827 (diff)
downloadnextcloud-server-bad41c05b80f22954d88120fa220b13cd5de5c4f.tar.gz
nextcloud-server-bad41c05b80f22954d88120fa220b13cd5de5c4f.zip
Fix PHPdoc in user_ldap
using scrutinizer patch
Diffstat (limited to 'apps/user_ldap/lib/connection.php')
-rw-r--r--apps/user_ldap/lib/connection.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/user_ldap/lib/connection.php b/apps/user_ldap/lib/connection.php
index 08ac4ac626b..173c4ebcc23 100644
--- a/apps/user_ldap/lib/connection.php
+++ b/apps/user_ldap/lib/connection.php
@@ -134,6 +134,9 @@ class Connection extends LDAPUtility {
return $this->ldapConnectionRes;
}
+ /**
+ * @param string|null $key
+ */
private function getCacheKey($key) {
$prefix = 'LDAP-'.$this->configID.'-'.$this->configPrefix.'-';
if(is_null($key)) {