]> source.dussan.org Git - nextcloud-server.git/commitdiff
ci(psalm): update baseline 46436/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 10 Jul 2024 11:48:03 +0000 (13:48 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Thu, 11 Jul 2024 07:27:29 +0000 (07:27 +0000)
prefer to keep this check as PublicEmitter should be dropped sooner or
later

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
build/psalm-baseline.xml

index cef6d8cde6e843f9025201d7cbd27e835dfea8bd..c5af569258f58cf39534df14ac61d3b83b308111 100644 (file)
       <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>