From 71826ac268b9d27fc1f8c0151531b29217f9c86e Mon Sep 17 00:00:00 2001 From: Michael Aherne Date: Fri, 20 Oct 2017 14:13:19 +0100 Subject: [PATCH] MDL-60528 grading: Accurate class names in PHPDoc --- grade/grading/lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grade/grading/lib.php b/grade/grading/lib.php index 46fd52a83c0..d7c82946a18 100644 --- a/grade/grading/lib.php +++ b/grade/grading/lib.php @@ -489,7 +489,7 @@ class grading_manager { * Returns the given method's controller in the gradable area * * @param string $method the method name, eg 'rubric' (must be available) - * @return grading_controller + * @return gradingform_controller */ public function get_controller($method) { global $CFG, $DB; @@ -534,7 +534,7 @@ class grading_manager { /** * Returns the controller for the active method if it is available * - * @return null|grading_controller + * @return null|gradingform_controller */ public function get_active_controller() { if ($gradingmethod = $this->get_active_method()) {