diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-07-10 13:48:03 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-07-10 13:48:03 +0200 |
commit | abd8708a96e12cf30b97cee668cb1880d918abec (patch) | |
tree | ec67a34e1ac95eda1c27736d04f9355afea83408 /build/psalm-baseline.xml | |
parent | 6a783d9b085dab0674f7537c9cec219d175f0399 (diff) | |
download | nextcloud-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.xml | 3 |
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> |