Skip to content

Commit

Permalink
Apply fixes from StyleCI (#27033)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored and driesvints committed Jan 2, 2019
1 parent b7c1a37 commit ab06a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Console/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ protected function context()
'no-ansi',
'no-interaction',
'quiet',
'verbose'
'verbose',
]))->mapWithKeys(function ($value, $key) {
return ["--{$key}" => $value];
})->filter()->all();
Expand Down

0 comments on commit ab06a52

Please sign in to comment.