diff options
-rw-r--r-- | build/psalm-baseline.xml | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 79ecd079512..a25dfe604d0 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -736,22 +736,9 @@ </InvalidScalarArgument> </file> <file src="apps/dav/lib/Connector/Sabre/SharesPlugin.php"> - <InvalidReturnStatement occurrences="1"> - <code>$shares</code> - </InvalidReturnStatement> - <InvalidReturnType occurrences="1"> - <code>array</code> - </InvalidReturnType> <UndefinedFunction occurrences="1"> <code>\Sabre\Uri\split($sabreNode->getPath())</code> </UndefinedFunction> - <UndefinedInterfaceMethod occurrences="5"> - <code>getId</code> - <code>getId</code> - <code>getId</code> - <code>getPath</code> - <code>getPath</code> - </UndefinedInterfaceMethod> <UndefinedPropertyAssignment occurrences="1"> <code>$server->xml->namespacesMap</code> </UndefinedPropertyAssignment> @@ -1678,19 +1665,9 @@ <InvalidNullableReturnType occurrences="1"> <code>ICacheEntry</code> </InvalidNullableReturnType> - <InvalidReturnStatement occurrences="5"> - <code>$this->getPermissions($path) & \OCP\Constants::PERMISSION_CREATE</code> - <code>$this->getPermissions($path) & \OCP\Constants::PERMISSION_DELETE</code> - <code>$this->getPermissions($path) & \OCP\Constants::PERMISSION_SHARE</code> - <code>$this->getPermissions($path) & \OCP\Constants::PERMISSION_UPDATE</code> + <InvalidReturnStatement occurrences="1"> <code>new FailedCache()</code> </InvalidReturnStatement> - <InvalidReturnType occurrences="4"> - <code>isCreatable</code> - <code>isDeletable</code> - <code>isSharable</code> - <code>isUpdatable</code> - </InvalidReturnType> <NullableReturnStatement occurrences="1"> <code>$this->sourceRootInfo</code> </NullableReturnStatement> |