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 64ea1c2 commit b1d39c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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';
}
}
2 changes: 1 addition & 1 deletion lang/en/tool_redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@

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

$string['pluginname'] = 'Redis management';
$string['noredisstoreconfigured'] = 'There isn\'t any Redis caching backend configured.';
$string['pluginname'] = 'Redis management';
$string['privacy:metadata'] = 'The Redis management plugin provides extended functionality to Moodle admins, but does not store any personal data.';

0 comments on commit b1d39c5

Please sign in to comment.