Skip to content

Commit

Permalink
Linting: linting code
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderJacob committed Feb 5, 2024
1 parent ebeebe8 commit 294fd11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classes/local_adele.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public static function get_internalquuiz_id($learningpathid, $courseid) {
* Get all tests.
*
* @param string $courseid
* @param string $learningpathid
* @param string $internalcatquizid
* @return array
*/
public static function get_alise_compability($internalcatquizid, $courseid) {
Expand Down
1 change: 1 addition & 0 deletions lang/en/adele.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
$string['adelefieldset'] = 'Adele Fieldset';
$string['adelesettings'] = 'Adele Settings';
$string['pluginadministration'] = 'Adele Plugin Administration';
$string['adele:addinstance'] = 'Add Adele Instance';

// Capabilities.
$string['adele:addlearningpath'] = 'Can add learning paths';
Expand Down
2 changes: 1 addition & 1 deletion lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function adele_delete_instance($id) {
/**
* Sets content of mod.
*
* @param cm_info cm
* @param object cm
*/
function mod_adele_cm_info_view(cm_info $cm) {
global $DB, $PAGE, $USER;
Expand Down

0 comments on commit 294fd11

Please sign in to comment.