Fix PHPDocs for the method get_course_field_value()
This commit is contained in:
parent
26e72d770c
commit
698b4563d1
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class element extends \mod_customcert\element {
|
||||||
/**
|
/**
|
||||||
* Helper function that returns the field value in a human-readable format.
|
* 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?
|
* @param bool $preview Is this a preview?
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue