Skip to content

Commit

Permalink
Moodle CI fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanna-lmsace committed Jan 16, 2024
1 parent 9652c05 commit 6dc7620
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion amd/build/skills.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion classes/courseskills.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected function __construct(int $courseid) {
}

/**
* Create the return the clas instance for this skillcourse id.
* Create the retun the clas instance for this skillcourse id.
*
* @param int $courseid
* @return self
Expand Down
2 changes: 1 addition & 1 deletion classes/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public function get_user_proficency_level(int $skillid, int $points) {
* Get the user percentage in the skill.
*
* @param int $skillid Skill ID
* @param int $points Point
* @param int $points
* @return string
*/
public function get_user_percentage(int $skillid, $points) {
Expand Down
1 change: 1 addition & 0 deletions lang/en/tool_skills.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,4 @@
$string['skillsdatasource'] = 'Skills';
$string['userproficiency'] = 'Proficiency';
$string['userpercentage'] = 'Percentage';
$string['grade'] = 'Grade';

0 comments on commit 6dc7620

Please sign in to comment.