Added trailing comma per convention

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-05-17 19:13:07 -07:00
parent 105750bfde
commit d316a3f044

View file

@ -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) {