summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/proxy.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/proxy.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/proxy.php')
-rw-r--r--apps/user_ldap/lib/proxy.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/user_ldap/lib/proxy.php b/apps/user_ldap/lib/proxy.php
index b27233bcd19..0eb294eb7a0 100644
--- a/apps/user_ldap/lib/proxy.php
+++ b/apps/user_ldap/lib/proxy.php
@@ -80,6 +80,9 @@ abstract class Proxy {
return $result;
}
+ /**
+ * @param string|null $key
+ */
private function getCacheKey($key) {
$prefix = 'LDAP-Proxy-';
if(is_null($key)) {