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

fix(caldav): Fix wrong Psalm report for nullable calendar data
pull/36420/head
Christoph Wurst 2023-01-27 15:43:33 +07:00 committed by GitHub
commit df0bb9165d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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