Skip to content

Commit

Permalink
Update code-style 馃捇
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 26, 2022
1 parent a1cb00c commit f11facb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Processors/CodeStyler.php
Expand Up @@ -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;
}
Expand Down

0 comments on commit f11facb

Please sign in to comment.