aboutsummaryrefslogtreecommitdiffstats
path: root/build/psalm-baseline.xml
diff options
context:
space:
mode:
authorAnna Larch <anna@nextcloud.com>2023-05-09 19:17:39 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2023-05-09 19:17:39 +0200
commitbd80a1b2dd4ee46a21fc17dada0cf9c438f92a6d (patch)
tree93fe48912421808432cb55e11bbd2cb70e4d51c9 /build/psalm-baseline.xml
parentfc076271c791998272856b640be4b63cfe3263a2 (diff)
downloadnextcloud-server-bd80a1b2dd4ee46a21fc17dada0cf9c438f92a6d.tar.gz
nextcloud-server-bd80a1b2dd4ee46a21fc17dada0cf9c438f92a6d.zip
feat(dav): store scopes for properties and filter locally scoped properties for federated address book sync
Signed-off-by: Anna Larch <anna@nextcloud.com>
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r--build/psalm-baseline.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 08062266683..8e315fa1ddc 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -418,6 +418,14 @@
<code>string|null</code>
</ImplementedReturnTypeMismatch>
</file>
+ <file src="apps/dav/lib/CardDAV/SystemAddressbook.php">
+ <InvalidNullableReturnType>
+ <code>getChanges</code>
+ </InvalidNullableReturnType>
+ <NullableReturnStatement>
+ <code>null</code>
+ </NullableReturnStatement>
+ </file>
<file src="apps/dav/lib/CardDAV/UserAddressBooks.php">
<InvalidArgument>
<code><![CDATA[$this->principalUri]]></code>