diff options
Diffstat (limited to 'lib/private/files')
-rw-r--r-- | lib/private/files/cache/wrapper/cachewrapper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files/cache/wrapper/cachewrapper.php b/lib/private/files/cache/wrapper/cachewrapper.php index 4080883419e..883f4709358 100644 --- a/lib/private/files/cache/wrapper/cachewrapper.php +++ b/lib/private/files/cache/wrapper/cachewrapper.php @@ -54,7 +54,7 @@ class CacheWrapper extends Cache { /** * get the stored metadata of a file or folder * - * @param string /int $file + * @param string|int $file * @return ICacheEntry|false */ public function get($file) { |