summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-08-18 21:29:48 +0200
committerGitHub <noreply@github.com>2020-08-18 21:29:48 +0200
commit5ced155032c51a90b8a9ffb6b1159a34c29194ef (patch)
tree64a523806bf2f16f90c7e3cb8a3e7e31cfb2e46c /build
parent5d8242c7b69641d9d73db21dc84b7e2f850515df (diff)
parenta5853d7ecc08e048144ad1e9f1ff6f1fbf192a92 (diff)
downloadnextcloud-server-5ced155032c51a90b8a9ffb6b1159a34c29194ef.tar.gz
nextcloud-server-5ced155032c51a90b8a9ffb6b1159a34c29194ef.zip
Merge pull request #22285 from nextcloud/techdebt/noid/move-to-typed-event-in-list.php
Use dispatchTyped instead of dispatch on the new event dispatcher
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index a3ea08ee01c..cf9f21d0918 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -1941,13 +1941,10 @@
</UndefinedMethod>
</file>
<file src="apps/files_sharing/list.php">
- <InvalidArgument occurrences="4">
+ <InvalidArgument occurrences="1">
<code>'\OCP\Collaboration\Resources::loadAdditionalScripts'</code>
- <code>LoadAdditionalScriptsEvent::class</code>
- <code>LoadSidebar::class</code>
- <code>LoadViewer::class</code>
</InvalidArgument>
- <TooManyArguments occurrences="4">
+ <TooManyArguments occurrences="1">
<code>dispatch</code>
<code>dispatch</code>
<code>dispatch</code>