diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-12-29 04:12:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-29 04:12:21 +0000 |
commit | 7e8ab000d7cb8ef5a6687ca5754c801b18340d69 (patch) | |
tree | f5aaedec28ea14d75f7d7d4c74e322d01b27160b | |
parent | 7236bc243176cd654d04713e4df847aa8c44a64c (diff) | |
download | nextcloud-server-7e8ab000d7cb8ef5a6687ca5754c801b18340d69.tar.gz nextcloud-server-7e8ab000d7cb8ef5a6687ca5754c801b18340d69.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
-rw-r--r-- | build/psalm-baseline.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 950c0d3244d..5fa8e799f69 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -757,15 +757,9 @@ </UndefinedInterfaceMethod> </file> <file src="apps/dav/lib/Controller/InvitationResponseController.php"> - <InvalidScalarArgument occurrences="1"> - <code>$guests</code> - </InvalidScalarArgument> <UndefinedPropertyAssignment occurrences="1"> <code>$vEvent->DTSTAMP</code> </UndefinedPropertyAssignment> - <UndefinedPropertyFetch occurrences="1"> - <code>$vEvent->{'ATTENDEE'}</code> - </UndefinedPropertyFetch> </file> <file src="apps/dav/lib/DAV/CustomPropertiesBackend.php"> <InvalidArgument occurrences="1"> |