diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2022-10-17 13:26:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-17 13:26:32 +0200 |
commit | e12df7941ea8c26981eaffe2a004b330f5b728f6 (patch) | |
tree | b6011b6881248f14a53cbb0066da5071c10f156f /build/psalm-baseline.xml | |
parent | bca2720c1ba39c6a4d81a0392d1f77b40ab23d94 (diff) | |
parent | 934e75384cc87edf6bd763454aa917b6b36b81ef (diff) | |
download | nextcloud-server-e12df7941ea8c26981eaffe2a004b330f5b728f6.tar.gz nextcloud-server-e12df7941ea8c26981eaffe2a004b330f5b728f6.zip |
Merge pull request #34565 from nextcloud/debt/noid/fakelocker-too-many-arguments
Fix TooManyArguments for FakeLockerPlugin
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r-- | build/psalm-baseline.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 3b4d30cf9ab..d91125d39cd 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -463,11 +463,6 @@ <code>\Sabre\Uri\split($sourceNode->getPath())</code> </UndefinedFunction> </file> - <file src="apps/dav/lib/Connector/Sabre/FakeLockerPlugin.php"> - <TooManyArguments occurrences="1"> - <code>new SupportedLock(true)</code> - </TooManyArguments> - </file> <file src="apps/dav/lib/Connector/Sabre/File.php"> <MoreSpecificImplementedParamType occurrences="1"> <code>$data</code> |