Merge pull request #36413 from nextcloud/backport/36380/stable24

[stable24] fix(caldav): Fix wrong Psalm report for nullable calendar data
This commit is contained in:
blizzz 2023-02-09 12:29:04 +01:00 committed by GitHub
commit 53c94353ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -201,7 +201,6 @@ class ReminderService {
return;
}
/** @var VObject\Component\VCalendar $vcalendar */
$vcalendar = $this->parseCalendarData($calendarData);
if (!$vcalendar) {
return;