diff options
author | Nextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com> | 2020-09-06 04:22:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-06 04:22:33 +0000 |
commit | 14baa52a1a3ccedec21810694f98b43b26c29c72 (patch) | |
tree | 0b5f3186ce1ac47af9d922ffb30097bce5b67258 /build | |
parent | 27fbab131c153759c478d5ce28a7f62906ec4d62 (diff) | |
download | nextcloud-server-14baa52a1a3ccedec21810694f98b43b26c29c72.tar.gz nextcloud-server-14baa52a1a3ccedec21810694f98b43b26c29c72.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 59cc85122ba..61363d5db91 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -404,11 +404,7 @@ </UndefinedFunction> </file> <file src="apps/dav/lib/CalDAV/Schedule/IMipPlugin.php"> - <ImplicitToStringCast occurrences="3"> - <code>$meetingLocation</code> - <code>$meetingDescription</code> - <code>$meetingUrl</code> - </ImplicitToStringCast> + <ImplicitToStringCast occurrences="2"/> <InvalidNullableReturnType occurrences="1"> <code>string</code> </InvalidNullableReturnType> |