Fix PHPDocs for the method get_course_field_value()

This commit is contained in:
Mark Nelson 2020-11-27 20:02:35 +08:00
parent 57c4fca204
commit 86322e06a9

View file

@ -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
*/