diff --git a/CHANGES.md b/CHANGES.md index eead1ff..e37327b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,10 @@ moodle-tool_directsso Changes ------- +### Unreleased + +* 2024-11-23 - Make codechecker happy again + ### v4.3-r1 * 2024-01-15 - Prepare compatibility for Moodle 4.3. diff --git a/classes/privacy/provider.php b/classes/privacy/provider.php index ad4efbc..80bc688 100644 --- a/classes/privacy/provider.php +++ b/classes/privacy/provider.php @@ -38,7 +38,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'; } } diff --git a/lang/en/tool_directsso.php b/lang/en/tool_directsso.php index c93c638..704a69f 100644 --- a/lang/en/tool_directsso.php +++ b/lang/en/tool_directsso.php @@ -33,7 +33,7 @@ $string['setting_configurationheading'] = 'Configuration'; $string['setting_explanationstatic_desc'] = 'This admin tool provides an entrypoint which can be used as persistent URL where external websites can redirect users directly to the Moodle SSO mechanisms without ever showing the login page to the user and especially without the need that the user clicks on a SSO button on the login page.'; $string['setting_introductionheading'] = 'Introduction'; +$string['setting_usableurls_none'] = 'None'; $string['setting_usableurlsheading'] = 'Usable URLs'; $string['setting_usableurlsintro_desc'] = '

The entrypoint URLs are composed from multiple elements:

'; $string['setting_usableurlslist_desc'] = 'Based on the stored configuration above, the following entrypoint URLs are usable currently:'; -$string['setting_usableurls_none'] = 'None';