summaryrefslogtreecommitdiffstats
path: root/tests/psalm-baseline.xml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-04-24 16:17:11 +0200
committerJoas Schilling <coding@schilljs.com>2023-04-25 12:12:19 +0200
commitf39a4299ab8334247b50f0cd42c7e24fe4e184f7 (patch)
tree52252411a28895247c07f9b9b5289679f0f9897c /tests/psalm-baseline.xml
parentb2b0bdfba9635ffea0e46b689f5a6f417ae23172 (diff)
techdebt(controllers): Migrate Talk annotations to attributes
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/psalm-baseline.xml')
-rw-r--r--tests/psalm-baseline.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/psalm-baseline.xml b/tests/psalm-baseline.xml
index f2309f1ca..b042e1a59 100644
--- a/tests/psalm-baseline.xml
+++ b/tests/psalm-baseline.xml
@@ -202,14 +202,9 @@
<code>IToken</code>
</UndefinedClass>
</file>
- <file src="lib/Middleware/InjectionMiddleware.php">
- <UndefinedInterfaceMethod>
- <code>getAnnotationParameter</code>
- </UndefinedInterfaceMethod>
- </file>
<file src="lib/Migration/Version2001Date20170707115443.php">
<InvalidArrayAccess>
- <code><![CDATA[$return['num_rooms']]]></code>
+ <code>$return['num_rooms']</code>
</InvalidArrayAccess>
</file>
<file src="lib/Notification/Notifier.php">
@@ -243,7 +238,7 @@
</file>
<file src="lib/Share/Listener.php">
<InvalidArgument>
- <code><![CDATA[[self::class, 'listenPreShare']]]></code>
+ <code>[self::class, 'listenPreShare']</code>
</InvalidArgument>
<UndefinedClass>
<code><![CDATA[$event->getView()]]></code>