diff options
author | Anna Larch <anna@nextcloud.com> | 2023-05-09 19:17:39 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-05-09 19:17:39 +0200 |
commit | bd80a1b2dd4ee46a21fc17dada0cf9c438f92a6d (patch) | |
tree | 93fe48912421808432cb55e11bbd2cb70e4d51c9 /build/psalm-baseline.xml | |
parent | fc076271c791998272856b640be4b63cfe3263a2 (diff) | |
download | nextcloud-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.xml | 8 |
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> |