From f4ec51068e093de4c241516766a186e4711a2922 Mon Sep 17 00:00:00 2001 From: Ohad Date: Wed, 13 Nov 2024 09:58:36 +0200 Subject: [PATCH] PHPCS --- includes/manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/manager.php b/includes/manager.php index b851757..cc78185 100644 --- a/includes/manager.php +++ b/includes/manager.php @@ -17,7 +17,7 @@ final class Manager { public static function get_module_list(): array { return [ 'Legacy', - 'Settings' + 'Settings', ]; }