Merge pull request #36412 from nextcloud/backport/36380/stable25

[stable25] fix(caldav): Fix wrong Psalm report for nullable calendar data
This commit is contained in:
Christoph Wurst 2023-01-27 17:06:44 +01:00 committed by GitHub
commit 82b3b038b4
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;