1
0
mirror of https://github.com/moodle/moodle.git synced 2025-02-17 14:25:37 +01:00

MDL-58906 completion: Fix incorrect phpdoc

This commit is contained in:
Ankit Agarwal 2017-07-14 11:14:26 +05:30
parent abca33beb0
commit 65f15cd277

@ -45,7 +45,7 @@ class api {
*
* @param int $cmid The course module id
* @param string $modulename The name of the module (eg. assign, quiz)
* @param stdClass|int $instanceorid The instance object or ID.
* @param \stdClass|int $instanceorid The instance object or ID.
* @param int|null $completionexpectedtime The time completion is expected, null if not set
* @return bool
*/