Skip to content

Commit 0a6bf3e

Browse files
Add missing PHPDoc for new parameter
1 parent a1d2759 commit 0a6bf3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

classes/template.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,7 @@ public static function find_by_name($name) {
693693
* @param array $data Additional data that will json_encode'd and stored with the issue.
694694
* @param string $component The component the certificate was issued by.
695695
* @param int|null $courseid
696+
* @param string $name Override the name for a certificate to display in the user's list
696697
* @param \core\lock\lock|null $lock optional lock to release after a record was inserted into the DB
697698
* @return int The ID of the issue
698699
*/

0 commit comments

Comments
 (0)