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

This commit is contained in:
Jun Pataleta 2018-11-22 16:19:09 +08:00
parent a23caa49b9
commit 83a6d7a194

View file

@ -49,7 +49,8 @@ abstract class grade_report {
/**
* The context.
* @var int $context
*
* @var context $context
*/
public $context;