cleanup: fixup to match coding standards

This commit is contained in:
Matthew Hilton
2024-08-05 15:22:03 +10:00
parent dae83f45ba
commit 97b118593d
35 changed files with 40 additions and 300 deletions

View File

@@ -26,12 +26,12 @@
defined('MOODLE_INTERNAL') || die();
$capabilities = [
'auth/outage:viewinfo' => array(
'auth/outage:viewinfo' => [
'captype' => 'read',
'contextlevel' => CONTEXT_SYSTEM,
'archetypes' => array(
'archetypes' => [
'guest' => CAP_ALLOW,
'user' => CAP_ALLOW,
)
),
],
],
];