MDL-63571 grade_report_grader: Set correct type for the context variable

This commit is contained in:
Jun Pataleta
2018-11-22 16:19:38 +08:00
parent 5dfd0e63a0
commit 7c60fac9dc
+2 -1
View File
@@ -49,7 +49,8 @@ abstract class grade_report {
/**
* The context.
* @var int $context
*
* @var context $context
*/
public $context;