From 3ce1ef4baf86a6e15119fdd428e853225e1310ed Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 2 Jan 2019 14:59:02 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/Illuminate/Console/Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Console/Command.php b/src/Illuminate/Console/Command.php index 89646ef571f9..e2245dc2ae62 100755 --- a/src/Illuminate/Console/Command.php +++ b/src/Illuminate/Console/Command.php @@ -243,7 +243,7 @@ protected function context() 'no-ansi', 'no-interaction', 'quiet', - 'verbose' + 'verbose', ]))->mapWithKeys(function ($value, $key) { return ["--{$key}" => $value]; })->filter()->all();