From 72da9819cdd413f5729c6f07168dbdf2222617c7 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 26 Aug 2022 21:18:44 +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, 2 insertions(+), 1 deletion(-) diff --git a/src/Processors/CodeStyler.php b/src/Processors/CodeStyler.php index d120c83..503bd69 100644 --- a/src/Processors/CodeStyler.php +++ b/src/Processors/CodeStyler.php @@ -39,7 +39,8 @@ 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; }