summaryrefslogtreecommitdiffstats
path: root/tests/psalm-baseline.xml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-10-09 15:00:54 +0200
committerJoas Schilling <coding@schilljs.com>2023-10-10 12:17:33 +0200
commit620ede4d42f6de28fcc37d8698aee8faa4c19e12 (patch)
tree01d4f8ffa652197fe68c2ebe7ccec63dfd8264e1 /tests/psalm-baseline.xml
parent1ee202dc245c513f9c5c469cfa733678d020c9d9 (diff)
fix(CI): Make psalm ignore the interface member call
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/psalm-baseline.xml')
-rw-r--r--tests/psalm-baseline.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/psalm-baseline.xml b/tests/psalm-baseline.xml
index 930eb79e1..05576b997 100644
--- a/tests/psalm-baseline.xml
+++ b/tests/psalm-baseline.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<files psalm-version="5.14.1@b9d355e0829c397b9b3b47d0c0ed042a8a70284d">
+<files psalm-version="5.15.0@5c774aca4746caf3d239d9c8cadb9f882ca29352">
<file src="lib/AppInfo/Application.php">
<UndefinedClass>
<code>BeforeTemplateRenderedEvent</code>
@@ -65,6 +65,12 @@
<code>private</code>
</UndefinedClass>
</file>
+ <file src="lib/Middleware/InjectionMiddleware.php">
+ <NoInterfaceProperties>
+ <code><![CDATA[$this->request->server]]></code>
+ <code><![CDATA[$this->request->server]]></code>
+ </NoInterfaceProperties>
+ </file>
<file src="lib/Migration/Version2001Date20170707115443.php">
<InvalidArrayAccess>
<code><![CDATA[$return['num_rooms']]]></code>