diff options
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> |