diff options
author | Bart Visscher <bartv@thisnet.nl> | 2014-04-15 22:55:20 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2014-04-15 22:55:20 +0200 |
commit | a4b7f5155fbd0c66fa418199305fccd5c2e7bb31 (patch) | |
tree | 3f1be6a3fd81387d47b5966ec0fd1c8d07aa48c1 /lib/private/cache/file.php | |
parent | d826f33fae85e8ad68bd5d7b2b3a10cdeddf8827 (diff) | |
download | nextcloud-server-a4b7f5155fbd0c66fa418199305fccd5c2e7bb31.tar.gz nextcloud-server-a4b7f5155fbd0c66fa418199305fccd5c2e7bb31.zip |
Fix PHPdoc in lib/private
using scrutinizer patch
Diffstat (limited to 'lib/private/cache/file.php')
-rw-r--r-- | lib/private/cache/file.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/cache/file.php b/lib/private/cache/file.php index 2fd77c437fe..feee9cc32b6 100644 --- a/lib/private/cache/file.php +++ b/lib/private/cache/file.php @@ -14,7 +14,7 @@ class File { /** * Returns the cache storage for the logged in user - * @return cache storage + * @return \OC\Files\View cache storage */ protected function getStorage() { if (isset($this->storage)) { |