From d6152bf98d4a9c86b65536a8be99cf2f64fbde16 Mon Sep 17 00:00:00 2001 From: John Molakvoæ Date: Thu, 4 Nov 2021 10:24:13 +0100 Subject: Fix psalm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- lib/private/Files/View.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/private') diff --git a/lib/private/Files/View.php b/lib/private/Files/View.php index 113290e2686..f2d91065b9a 100644 --- a/lib/private/Files/View.php +++ b/lib/private/Files/View.php @@ -1082,7 +1082,7 @@ class View { * @param string $type * @param string $path * @param bool $raw - * @return bool|null|string + * @return bool|string */ public function hash($type, $path, $raw = false) { $postFix = (substr($path, -1) === '/') ? '/' : ''; @@ -1104,7 +1104,7 @@ class View { return $storage->hash($type, $internalPath, $raw); } } - return null; + return false; } /** -- cgit v1.2.3