Merge pull request #36380 from nextcloud/fix/caldav/reminder-service-nullable-calendar-data

fix(caldav): Fix wrong Psalm report for nullable calendar data
This commit is contained in:
Christoph Wurst 2023-01-27 15:43:33 +01:00 committed by GitHub
commit df0bb9165d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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