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 9671b7b commit 72da981
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Processors/CodeStyler.php
Expand Up @@ -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;
}
Expand Down

0 comments on commit 72da981

Please sign in to comment.