From 1995f9fd46606e1994917cf06043201cdc424b14 Mon Sep 17 00:00:00 2001 From: Marcus Green Date: Fri, 25 Oct 2024 13:09:49 +0100 Subject: [PATCH] Add trailing comma in array as picked up by linting/phpcs --- db/access.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/access.php b/db/access.php index a8e1cf0..22e9ce8 100755 --- a/db/access.php +++ b/db/access.php @@ -30,7 +30,7 @@ 'contextlevel' => CONTEXT_MODULE, 'archetypes' => [ 'editingteacher' => CAP_ALLOW, - 'manager' => CAP_ALLOW + 'manager' => CAP_ALLOW, ], 'clonepermissionsfrom' => 'moodle/course:manageactivities', ],