From e18c2d0600ec529793cafc33ff52a6f80edf89ca Mon Sep 17 00:00:00 2001 From: nextcloud-command <nextcloud-command@users.noreply.github.com> Date: Tue, 16 Jul 2024 02:27:30 +0000 Subject: [PATCH] chore(tests): Update psalm baseline Signed-off-by: GitHub <noreply@github.com> --- build/psalm-baseline.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index c5af569258f..ace458843e7 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1605,11 +1605,6 @@ <code>string</code> </InvalidReturnType> </file> - <file src="apps/workflowengine/lib/Check/FileSystemTags.php"> - <UndefinedDocblockClass> - <code><![CDATA[$this->storage]]></code> - </UndefinedDocblockClass> - </file> <file src="apps/workflowengine/lib/Check/RequestRemoteAddress.php"> <InvalidArgument> <code>$decodedValue[1]</code> @@ -3323,9 +3318,6 @@ </MoreSpecificReturnType> </file> <file src="lib/private/Streamer.php"> - <InvalidArgument> - <code>$stream</code> - </InvalidArgument> <UndefinedInterfaceMethod> <code>get</code> </UndefinedInterfaceMethod> -- GitLab