aboutsummaryrefslogtreecommitdiffstats
path: root/build/psalm-baseline.xml
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2024-07-10 13:48:03 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2024-07-10 13:48:03 +0200
commitabd8708a96e12cf30b97cee668cb1880d918abec (patch)
treeec67a34e1ac95eda1c27736d04f9355afea83408 /build/psalm-baseline.xml
parent6a783d9b085dab0674f7537c9cec219d175f0399 (diff)
downloadnextcloud-server-abd8708a96e12cf30b97cee668cb1880d918abec.tar.gz
nextcloud-server-abd8708a96e12cf30b97cee668cb1880d918abec.zip
ci(psalm): update baseline
prefer to keep this check as PublicEmitter should be dropped sooner or later Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r--build/psalm-baseline.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index e74c7714a88..ecb3f68c230 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -2881,6 +2881,9 @@
<code><![CDATA[$request->server]]></code>
<code><![CDATA[$request->server]]></code>
</NoInterfaceProperties>
+ <RedundantCondition>
+ <code><![CDATA[$this->manager instanceof PublicEmitter]]></code>
+ </RedundantCondition>
</file>
<file src="lib/private/User/User.php">
<UndefinedInterfaceMethod>