From a9f83a2579ba7b3d12aaf327c02581347ab364ef Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Fri, 27 Nov 2020 20:02:35 +0800 Subject: [PATCH] Fix PHPDocs for the method get_course_field_value() --- element/coursefield/classes/element.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/element/coursefield/classes/element.php b/element/coursefield/classes/element.php index 8b81092..71e3f21 100644 --- a/element/coursefield/classes/element.php +++ b/element/coursefield/classes/element.php @@ -123,7 +123,7 @@ class element extends \mod_customcert\element { /** * Helper function that returns the field value in a human-readable format. * - * @param \stdClass $user the user we are rendering this for + * @param \stdClass $course the course we are rendering this for * @param bool $preview Is this a preview? * @return string */