diff options
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r-- | build/psalm-baseline.xml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 73891b59918..863226922d8 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -826,10 +826,6 @@ </InvalidScalarArgument> </file> <file src="apps/dav/lib/Files/FileSearchBackend.php"> - <InvalidArgument occurrences="2"> - <code>$argument</code> - <code>$operator->arguments</code> - </InvalidArgument> <InvalidReturnStatement occurrences="1"> <code>$value</code> </InvalidReturnStatement> @@ -839,9 +835,6 @@ <ParamNameMismatch occurrences="1"> <code>$search</code> </ParamNameMismatch> - <UndefinedDocblockClass occurrences="1"> - <code>$operator->arguments[0]->name</code> - </UndefinedDocblockClass> <UndefinedPropertyFetch occurrences="1"> <code>$operator->arguments[0]->name</code> </UndefinedPropertyFetch> @@ -855,9 +848,7 @@ <InvalidReturnStatement occurrences="1"> <code>$this->backend->getArbiterPath()</code> </InvalidReturnStatement> - <InvalidReturnType occurrences="1"> - <code>isValidScope</code> - </InvalidReturnType> + <InvalidReturnType occurrences="1"/> </file> <file src="apps/dav/lib/Files/RootCollection.php"> <UndefinedFunction occurrences="1"> |