From f8e18e5caa7fc79592f02cbf74399cc99b82a4c6 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Thu, 24 Nov 2022 20:55:50 +0100 Subject: [PATCH] Update baseline for some unrelated errors Signed-off-by: Vincent Petry --- build/psalm-baseline.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index da22e228cd4..c7e2974b16b 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -4404,7 +4404,8 @@ IImage|null - + + $quota $this->lastLogin @@ -4528,6 +4529,14 @@ \Test\Util\User\Dummy + + + OC_Helper::computerFileSize($userQuota) + + + float + + $this->request->server @@ -4625,4 +4634,12 @@ PreconditionNotMetException + + + \OC_Helper::computerFileSize($str) + + + float|false + + -- 2.39.5