summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/View.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-07-18 20:38:40 +0200
committerLukas Reschke <lukas@statuscode.ch>2017-07-19 10:28:11 +0200
commitd8ec3994542d238f9d679d6c426c14caf6ba6450 (patch)
treed418b14313b2b45ab4456e0ebaacda96536786e3 /lib/private/Files/View.php
parent0ee83ac56bb7390899699f230f7e022f00d4042e (diff)
downloadnextcloud-server-d8ec3994542d238f9d679d6c426c14caf6ba6450.tar.gz
nextcloud-server-d8ec3994542d238f9d679d6c426c14caf6ba6450.zip
Run phan over code base
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'lib/private/Files/View.php')
-rw-r--r--lib/private/Files/View.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Files/View.php b/lib/private/Files/View.php
index 0e22415e6f7..a78f423e7cb 100644
--- a/lib/private/Files/View.php
+++ b/lib/private/Files/View.php
@@ -1292,7 +1292,7 @@ class View {
* @param \OC\Files\Storage\Storage $storage
* @param string $internalPath
* @param string $relativePath
- * @return array|bool
+ * @return ICacheEntry|bool
*/
private function getCacheEntry($storage, $internalPath, $relativePath) {
$cache = $storage->getCache($internalPath);