mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
MDL-58906 completion: Fix incorrect phpdoc
This commit is contained in:
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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user