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 Nov 23, 2024
1 parent 441b99e commit 35310ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ moodle-tool_directsso
Changes
-------

### Unreleased

* 2024-11-23 - Make codechecker happy again

### v4.1-r1

* 2024-01-15 - Prepare compatibility for Moodle 4.1.
Expand Down
2 changes: 1 addition & 1 deletion classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}
}
2 changes: 1 addition & 1 deletion lang/en/tool_directsso.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'] = '<p>The entrypoint URLs are composed from multiple elements:</p><ul><li>The Moodle site\'s domain</li><li>The path to the entrypoint PHP script</li><li>The auth parameter which indicates the requested auth method</li><li>The wantspage parameter which indicates to which page the user should be redirected to after the SSO login</li><li>If the requested auth method allows to configure multiple auth backends: The id parameter which indicates the id of the configured auth backend.</li><li>If you selected course as wantspage target: The courseid parameter which indicates the particular course id to which the user should be redirected.</li></ul>';
$string['setting_usableurlslist_desc'] = 'Based on the stored configuration above, the following entrypoint URLs are usable currently:';
$string['setting_usableurls_none'] = 'None';

0 comments on commit 35310ce

Please sign in to comment.