MDL-66871 calendar: fix deprecated parameter in the phpDoc

This commit is contained in:
Simey Lameze
2020-01-06 10:42:34 +08:00
parent 197be84cc7
commit 72e7743c2f
+1 -1
View File
@@ -3010,7 +3010,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.
*/