mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 13:35:41 +00:00
Added trailing comma per convention
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user