Skip to content

Commit

Permalink
CTP-3678 coursework_get_user_grades PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
watson8 committed Sep 23, 2024
1 parent 6e3f0d9 commit 3a3ad5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,7 @@ function coursework_update_grades(stdClass $moduleinstance, int $userid = 0, $nu
*
* @param object $moduleinstance
* @param int $userid user ID.
* @return array array of grades, false if none
* @return stdClass
* @return array array of grades
*/
function coursework_get_user_grades(object $moduleinstance, int $userid): array {

Expand Down

0 comments on commit 3a3ad5e

Please sign in to comment.