mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 02:34:12 -04:00
Merge pull request #36413 from nextcloud/backport/36380/stable24
[stable24] fix(caldav): Fix wrong Psalm report for nullable calendar data
This commit is contained in:
commit
53c94353ff
1 changed files with 0 additions and 1 deletions
|
|
@ -201,7 +201,6 @@ class ReminderService {
|
|||
return;
|
||||
}
|
||||
|
||||
/** @var VObject\Component\VCalendar $vcalendar */
|
||||
$vcalendar = $this->parseCalendarData($calendarData);
|
||||
if (!$vcalendar) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue