From aa967d798c53dffc1b708484e9f21ffa8582bf16 Mon Sep 17 00:00:00 2001 From: Nextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com> Date: Sat, 14 Nov 2020 04:21:44 +0000 Subject: [PATCH] Update psalm baseline Signed-off-by: GitHub <noreply@github.com> --- build/psalm-baseline.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index f721a65c5d4..5f34c43ea64 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2173,10 +2173,6 @@ <InvalidScalarArgument occurrences="1"> <code>(int)$cacheBusterKey + 1</code> </InvalidScalarArgument> - <NullArgument occurrences="2"> - <code>null</code> - <code>null</code> - </NullArgument> </file> <file src="apps/theming/lib/Util.php"> <InvalidReturnStatement occurrences="1"> -- GitLab