diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-12-29 10:16:07 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-12-29 10:46:48 +0100 |
commit | eab9ed6e093f919c41a051cf73cf4958a7f48e0b (patch) | |
tree | 95bb4176cc0338fd2603acba523ac506542edf08 /build | |
parent | 0dc1aef29258197d3a5afd0eae73b094d15ff15f (diff) | |
download | nextcloud-server-eab9ed6e093f919c41a051cf73cf4958a7f48e0b.tar.gz nextcloud-server-eab9ed6e093f919c41a051cf73cf4958a7f48e0b.zip |
fix(actions): Update psalm github action
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'build')
-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 ed0a232ec8d..b1f1b737492 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -578,15 +578,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"> |