From dafe4c5a78f7b9dd494acfce90db26291bc9b7fa Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Mon, 16 Dec 2019 08:39:04 +0800 Subject: [PATCH] MDL-66871 calendar: fix deprecated parameter in the phpDoc --- calendar/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/lib.php b/calendar/lib.php index 381580eec01..f378c102b0a 100644 --- a/calendar/lib.php +++ b/calendar/lib.php @@ -3016,7 +3016,7 @@ function calendar_get_icalendar($url) { * Import events from an iCalendar object into a course calendar. * * @param iCalendar $ical The iCalendar object. - * @param int $courseid The course ID for the calendar. + * @param int $unused Deprecated * @param int $subscriptionid The subscription ID. * @return string A log of the import progress, including errors. */