summaryrefslogtreecommitdiffstats
path: root/tests/psalm-baseline.xml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-04-20 16:43:31 +0200
committerJoas Schilling <coding@schilljs.com>2023-04-20 16:43:31 +0200
commit577aed4fa048051bfd4bcd11ab72b3ce440f61ac (patch)
tree9cb69d9b89a4262d45f78c0c6968e62c716b58a3 /tests/psalm-baseline.xml
parentb0e5a566ff520731a52662aa06d7b50fc181e12b (diff)
fix(CI): Fix Psalm
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/psalm-baseline.xml')
-rw-r--r--tests/psalm-baseline.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/psalm-baseline.xml b/tests/psalm-baseline.xml
index 8cf8f2293..f2309f1ca 100644
--- a/tests/psalm-baseline.xml
+++ b/tests/psalm-baseline.xml
@@ -209,7 +209,7 @@
</file>
<file src="lib/Migration/Version2001Date20170707115443.php">
<InvalidArrayAccess>
- <code>$return['num_rooms']</code>
+ <code><![CDATA[$return['num_rooms']]]></code>
</InvalidArrayAccess>
</file>
<file src="lib/Notification/Notifier.php">
@@ -238,11 +238,12 @@
<file src="lib/Service/RecordingService.php">
<UndefinedClass>
<code>NoUserException</code>
+ <code>NoUserException</code>
</UndefinedClass>
</file>
<file src="lib/Share/Listener.php">
<InvalidArgument>
- <code>[self::class, 'listenPreShare']</code>
+ <code><![CDATA[[self::class, 'listenPreShare']]]></code>
</InvalidArgument>
<UndefinedClass>
<code><![CDATA[$event->getView()]]></code>