Skip to content

Commit c1756a0

Browse files
committed
Tidy up some coding guideline issues.
1 parent 1fd8983 commit c1756a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ private function execute_callback($function, $file = 'lib.php') {
11391139
/**
11401140
* Called from SimpleSamlphp after a LogoutResponse from the IdP
11411141
*/
1142-
static public function auth_saml2_after_logout_from_idp_front_channel() {
1142+
public static function auth_saml2_after_logout_from_idp_front_channel() {
11431143
global $saml2config;
11441144

11451145
// The SP session will be cleaned up but we need to remove the

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
$plugin->requires = 2017051509; // Requires PHP 7, 2017051509 = T12. M3.3
3030
// Strictly we require either Moodle 3.5 OR
3131
// we require Totara 3.3, but the version number
32-
// for Totara 3.3 is the same as Moodle 3.3
32+
// for Totara 3.3 is the same as Moodle 3.3.
3333
$plugin->component = 'auth_saml2'; // Full name of the plugin (used for diagnostics).
3434
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)