MDL-66871 calendar: fix deprecated parameter in the phpDoc

This commit is contained in:
Simey Lameze
2020-01-06 10:42:22 +08:00
parent 550c4e1c42
commit dafe4c5a78
+1 -1
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.
*/