Skip to content

Commit

Permalink
Moodle plugin CI issue fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
raja-lmsace committed Feb 19, 2024
1 parent c971004 commit c142d58
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion classes/logs.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,13 @@ public static function get() {
}

/**
* Get function.
* Get logs function.
*
* @param int $skillid ID of the skill
* @param int $userid ID of the user earned the point
* @param int $methodid Method id. ID of the table.
* @param string $method Method of the allocation, Course and activity methods are available current now.
* @param int $status Type of the points awarded. 1 for increase, 0 for negative points.
* @return void
*/
public function get_log(int $skillid, int $userid, int $methodid, string $method, int $status=1) {
Expand Down

0 comments on commit c142d58

Please sign in to comment.