From b0c29da455331e4b71748da478718a6273c25b90 Mon Sep 17 00:00:00 2001
From: nextcloud-command <nextcloud-command@users.noreply.github.com>
Date: Tue, 16 Jul 2024 02:27:44 +0000
Subject: [PATCH] chore(tests): Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
---
 build/psalm-baseline.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index e9b9bc80aa6..8c16da2acf9 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -1259,11 +1259,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>
-- 
GitLab