summaryrefslogtreecommitdiffstats
path: root/lib/private/cache.php
diff options
context:
space:
mode:
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) {