From d316a3f04499dfe3f7b27229c79472d65516f1c8 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 17 May 2022 19:13:07 -0700 Subject: [PATCH] Added trailing comma per convention Signed-off-by: snipe --- upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade.php b/upgrade.php index e4d7db7c06..705624a914 100644 --- a/upgrade.php +++ b/upgrade.php @@ -181,7 +181,7 @@ $unused_files = [ "bootstrap/cache/compiled.php", "bootstrap/cache/services.php", "bootstrap/cache/config.php", - "vendor/symfony/translation/TranslatorInterface.php" + "vendor/symfony/translation/TranslatorInterface.php", ]; foreach ($unused_files as $unused_file) {