From 05cd789e9d5855b47fa6aa2c4d075ab6170eac07 Mon Sep 17 00:00:00 2001
From: Nextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com>
Date: Fri, 13 Nov 2020 04:22:06 +0000
Subject: [PATCH] Update psalm baseline

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

diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index e033bab7b37..f721a65c5d4 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -41,15 +41,6 @@
       <code>array</code>
     </LessSpecificImplementedReturnType>
   </file>
-  <file src="apps/accessibility/lib/Controller/AccessibilityController.php">
-    <UndefinedThisPropertyAssignment occurrences="1">
-      <code>$this-&gt;appRoot</code>
-    </UndefinedThisPropertyAssignment>
-    <UndefinedThisPropertyFetch occurrences="2">
-      <code>$this-&gt;appRoot</code>
-      <code>$this-&gt;appRoot</code>
-    </UndefinedThisPropertyFetch>
-  </file>
   <file src="apps/cloud_federation_api/lib/Controller/RequestHandlerController.php">
     <InvalidScalarArgument occurrences="1">
       <code>$e-&gt;getCode()</code>
-- 
GitLab