Skip to content

Commit ab06a52

Browse files
taylorotwelldriesvints
authored andcommitted
Apply fixes from StyleCI (#27033)
1 parent b7c1a37 commit ab06a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Console/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ protected function context()
243243
'no-ansi',
244244
'no-interaction',
245245
'quiet',
246-
'verbose'
246+
'verbose',
247247
]))->mapWithKeys(function ($value, $key) {
248248
return ["--{$key}" => $value];
249249
})->filter()->all();

0 commit comments

Comments
 (0)