Skip to content

Commit

Permalink
PM-43593 fixed another phpdoc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-kialo committed Sep 19, 2024
1 parent 86e4286 commit 6b764d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ function kialo_grade_item_update(stdClass $kialo, $grades = null): int {
* @param string $userid
* @return stdClass
*/
function kialo_get_user_grades($kialo, $userid) {
function kialo_get_user_grades(stdClass $kialo, int $userid): stdClass {
return grade_get_grades($kialo->course, 'mod', 'kialo', $kialo->id, $userid);
}

Expand Down

0 comments on commit 6b764d1

Please sign in to comment.