From 53169890d6dccfcc48d80930e33824084d68aa1c Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Mon, 16 May 2022 10:58:26 +0200 Subject: Fix psalm errors fron the end of the baseline file Signed-off-by: Carl Schwan --- apps/files_trashbin/lib/Trashbin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/files_trashbin/lib/Trashbin.php b/apps/files_trashbin/lib/Trashbin.php index 4631f9e9d5b..72072a2588c 100644 --- a/apps/files_trashbin/lib/Trashbin.php +++ b/apps/files_trashbin/lib/Trashbin.php @@ -801,7 +801,7 @@ class Trashbin { $availableSpace = $quota; } - return $availableSpace; + return (int)$availableSpace; } /** -- cgit v1.2.3