Skip to content

Commit

Permalink
Make codechecker happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Aug 20, 2024
1 parent 7ab984b commit 079b1aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class provider implements \core_privacy\local\metadata\null_provider {
*
* @return string
*/
public static function get_reason() : string {
public static function get_reason(): string {
return 'privacy:metadata';
}
}
4 changes: 2 additions & 2 deletions lang/en/local_resort_courses.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@

defined('MOODLE_INTERNAL') || die();

$string['pluginname'] = 'Re-sort Courses';
$string['privacy:metadata'] = 'The re-sort courses plugin provides extended functionality to Moodle admins, but does not store any personal data.';
$string['eventcoursessorted'] = 'Courses re-sorted';
$string['eventcoursessorted_desc'] = 'Courses in category \'{$a}\' were automatically re-sorted after the creation / update of a course in this category';
$string['eventcoursessortedcron_desc'] = 'Courses in category \'{$a}\' were automatically re-sorted within the re-sorting scheduled task';
$string['pluginname'] = 'Re-sort Courses';
$string['privacy:metadata'] = 'The re-sort courses plugin provides extended functionality to Moodle admins, but does not store any personal data.';
$string['resorttask'] = 'Re-sort courses in all categories';
$string['skipcategories'] = 'Skip categories';
$string['skipcategories_desc'] = 'Skip these categories when re-sorting';
Expand Down

0 comments on commit 079b1aa

Please sign in to comment.