Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-06-22 12:09:06 +0300
committerGitHub <noreply@github.com>2022-06-22 12:09:06 +0300
commit14a16320ecdbd07faadaaa91c997f968e009dfbf (patch)
tree05f2bc1c95c1a6d91a3dc0f150767103f57bdfd1 /build/psalm-baseline.xml
parenta4647bbf6ef2535f51ee92115d75581313e4a3d4 (diff)
parent3598ec40285b88d4f8f03a4db8d3a085a521d2df (diff)
Merge pull request #32884 from nextcloud/typing/dav-sharing
Add typing to Sharing Backend
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r--build/psalm-baseline.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 1ebdcf7d15f..e89253b8870 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -639,14 +639,6 @@
<code>null</code>
</NullableReturnStatement>
</file>
- <file src="apps/dav/lib/DAV/Sharing/Backend.php">
- <InvalidArrayOffset occurrences="4">
- <code>$element['href']</code>
- <code>$element['href']</code>
- <code>$element['href']</code>
- <code>$element['readOnly']</code>
- </InvalidArrayOffset>
- </file>
<file src="apps/dav/lib/DAV/SystemPrincipalBackend.php">
<InvalidNullableReturnType occurrences="1">
<code>array</code>
@@ -856,7 +848,6 @@
</RedundantCondition>
<TypeDoesNotContainType occurrences="2">
<code>get_class($res) === 'OpenSSLAsymmetricKey'</code>
- <code>is_object($res)</code>
</TypeDoesNotContainType>
</file>
<file src="apps/encryption/lib/Crypto/EncryptAll.php">