Skip to content

Commit

Permalink
Revert "Fix Moodle plugin CI errors in auth_oidc"
Browse files Browse the repository at this point in the history
This reverts commit dde58df.
  • Loading branch information
patmr7 committed Oct 25, 2024
1 parent dde58df commit 60139f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auth/oidc/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

// phpcs:ignore moodle.Files.RequireLogin.Missing
// phpcs:disable moodle.Files.RequireLogin.Missing

require_once(__DIR__.'/../../config.php');
require_once(__DIR__.'/auth.php');
Expand Down
2 changes: 1 addition & 1 deletion auth/oidc/logout.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

// phpcs:ignore moodle.Files.RequireLogin.Missing
// phpcs:disable moodle.Files.RequireLogin.Missing

require_once(__DIR__ . '/../../config.php');

Expand Down

0 comments on commit 60139f9

Please sign in to comment.