diff options
author | Thomas Citharel <tcit@tcit.fr> | 2022-02-14 19:40:31 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2022-02-14 19:40:31 +0100 |
commit | f695b3af9abc4f4af9afb96c776265071e20fa06 (patch) | |
tree | 2e16698038f41b4bd40811ad5cab8dd5a43260de /build | |
parent | b3ba02b3828ed9604fad243df5944c0e9ea6720d (diff) | |
download | nextcloud-server-f695b3af9abc4f4af9afb96c776265071e20fa06.tar.gz nextcloud-server-f695b3af9abc4f4af9afb96c776265071e20fa06.zip |
Remove setting defaultUsernamePath dynamically
Since Sabre 3.0.6 this is no longer possible.
@see https://github.com/sabre-io/dav/pull/582
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index d5092282088..6c58df3858d 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -243,11 +243,6 @@ <code>$principal</code> </ParamNameMismatch> </file> - <file src="apps/dav/lib/CalDAV/InvitationResponse/InvitationResponseServer.php"> - <UndefinedPropertyAssignment occurrences="1"> - <code>$acl->defaultUsernamePath</code> - </UndefinedPropertyAssignment> - </file> <file src="apps/dav/lib/CalDAV/Plugin.php"> <ImplementedReturnTypeMismatch occurrences="1"> <code>string|null</code> @@ -939,9 +934,6 @@ <code>dispatch</code> <code>dispatch</code> </TooManyArguments> - <UndefinedPropertyAssignment occurrences="1"> - <code>$acl->defaultUsernamePath</code> - </UndefinedPropertyAssignment> </file> <file src="apps/dav/lib/SystemTag/SystemTagsByIdCollection.php"> <InvalidNullableReturnType occurrences="1"> |