mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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:
commit
82b3b038b4
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