diff options
author | Bart Visscher <bartv@thisnet.nl> | 2014-04-14 17:39:29 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2014-04-15 21:05:49 +0200 |
commit | bad41c05b80f22954d88120fa220b13cd5de5c4f (patch) | |
tree | e8c51aebb2e0b468e30ac17fe882b43a060ebc82 /apps/user_ldap/lib/proxy.php | |
parent | d826f33fae85e8ad68bd5d7b2b3a10cdeddf8827 (diff) | |
download | nextcloud-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.php | 3 |
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)) { |