From d8ec3994542d238f9d679d6c426c14caf6ba6450 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 18 Jul 2017 20:38:40 +0200 Subject: Run phan over code base Signed-off-by: Lukas Reschke --- lib/private/Files/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/Files/View.php') 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); -- cgit v1.2.3