-
Improvement
-
Resolution: Fixed
-
Trivial
-
3.0.6, 3.1.2
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
The assign::get_grade_item() method returns a grade_item object, but the PHPDoc says it is of type stdClass. It would be better if the more specific class could be used so that IDEs will be able to do code hinting on variables returned from the method.