mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-63571 grade_report_grader: Set correct type for the context variable
This commit is contained in:
parent
a23caa49b9
commit
83a6d7a194
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ abstract class grade_report {
|
|||
|
||||
/**
|
||||
* The context.
|
||||
* @var int $context
|
||||
*
|
||||
* @var context $context
|
||||
*/
|
||||
public $context;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue