diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2022-10-17 13:26:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-17 13:26:57 +0200 |
commit | 44d2eb8b4ec838652089be6018ae7240663781df (patch) | |
tree | 2145fb17eedb16d68978c0735494ecf9076455a3 /build | |
parent | e12df7941ea8c26981eaffe2a004b330f5b728f6 (diff) | |
parent | 1818be71ae724465ea435a61bf548dff630913f8 (diff) | |
download | nextcloud-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.xml | 3 |
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> |