diff options
author | Daniel Kesselberg <mail@danielkesselberg.de> | 2022-10-12 19:39:07 +0200 |
---|---|---|
committer | Daniel Kesselberg <mail@danielkesselberg.de> | 2022-10-16 18:37:22 +0200 |
commit | 1818be71ae724465ea435a61bf548dff630913f8 (patch) | |
tree | 2a980e1d1a89a40036cf8f07f624f7f65b75c3ba /build | |
parent | b054662d9663382c33a89f7bf5e92091dde8d3fb (diff) | |
download | nextcloud-server-1818be71ae724465ea435a61bf548dff630913f8.tar.gz nextcloud-server-1818be71ae724465ea435a61bf548dff630913f8.zip |
Fix TooManyArguments warning for carddav.php
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
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 ec96d584379..a29623e9a0f 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> |