aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2022-10-17 13:26:57 +0200
committerGitHub <noreply@github.com>2022-10-17 13:26:57 +0200
commit44d2eb8b4ec838652089be6018ae7240663781df (patch)
tree2145fb17eedb16d68978c0735494ecf9076455a3 /build
parente12df7941ea8c26981eaffe2a004b330f5b728f6 (diff)
parent1818be71ae724465ea435a61bf548dff630913f8 (diff)
downloadnextcloud-server-44d2eb8b4ec838652089be6018ae7240663781df.tar.gz
nextcloud-server-44d2eb8b4ec838652089be6018ae7240663781df.zip
Merge pull request #34563 from nextcloud/debt/noid/carddav-too-many-arguments
Fix TooManyArguments warning for carddav.php
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index d91125d39cd..7f79c7789d8 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -60,9 +60,6 @@
</UndefinedGlobalVariable>
</file>
<file src="apps/dav/appinfo/v1/carddav.php">
- <TooManyArguments occurrences="1">
- <code>new \Sabre\DAV\Auth\Plugin($authBackend, 'ownCloud')</code>
- </TooManyArguments>
<UndefinedGlobalVariable occurrences="1">
<code>$baseuri</code>
</UndefinedGlobalVariable>