From f11facb032be5ed835c5a3699e513a35aafd773e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 26 Aug 2022 21:32:50 +0000 Subject: [PATCH] =?UTF-8?q?Update=20code-style=20=F0=9F=92=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Processors/CodeStyler.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Processors/CodeStyler.php b/src/Processors/CodeStyler.php index 503bd69..d120c83 100644 --- a/src/Processors/CodeStyler.php +++ b/src/Processors/CodeStyler.php @@ -39,8 +39,7 @@ protected function getArgv(): ArgvInput protected function resolveOptions(): array { return Arr::of($this->getOptions()) - ->map(function ($value, string $key) - { + ->map(function ($value, string $key) { if (is_bool($value)) { return $key; }