mirror of
https://github.com/nextcloud/server.git
synced 2026-03-10 10:21:38 -04:00
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:
commit
df0bb9165d
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue