diff options
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r-- | build/psalm-baseline.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index a29623e9a0f..7f79c7789d8 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -460,11 +460,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> @@ -503,9 +498,6 @@ </UndefinedInterfaceMethod> </file> <file src="apps/dav/lib/Connector/Sabre/Node.php"> - <InvalidArgument occurrences="1"> - <code>$this</code> - </InvalidArgument> <InvalidNullableReturnType occurrences="2"> <code>int</code> <code>integer</code> |