summaryrefslogtreecommitdiffstats
path: root/lib/private/cache.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2014-02-28 13:53:41 +0100
committerBart Visscher <bartv@thisnet.nl>2014-02-28 13:53:41 +0100
commit35a8dfb2fa7970098e6677f7b93b7d782d5df7f0 (patch)
tree8ede91547e256ece30635c7ab04d9bb08f63e671 /lib/private/cache.php
parent89e0763d3d511d2da878db43c89300c51850b0f3 (diff)
downloadnextcloud-server-35a8dfb2fa7970098e6677f7b93b7d782d5df7f0.tar.gz
nextcloud-server-35a8dfb2fa7970098e6677f7b93b7d782d5df7f0.zip
More PHPDoc fixes, using scrutinizer patches as hints
Diffstat (limited to 'lib/private/cache.php')
-rw-r--r--lib/private/cache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/cache.php b/lib/private/cache.php
index a311f10a00f..961270c334c 100644
--- a/lib/private/cache.php
+++ b/lib/private/cache.php
@@ -97,7 +97,7 @@ class Cache {
/**
* creates cache key based on the files given
- * @param $files
+ * @param string[] $files
* @return string
*/
static public function generateCacheKeyFromFiles($files) {