MDL-66871 calendar: fix deprecated parameter in the phpDoc

This commit is contained in:
Simey Lameze 2019-12-16 08:39:04 +08:00
parent eaf623c5bf
commit 26b683e798

View File

@ -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.
*/