Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbero90 committed Jan 16, 2025
1 parent 263341c commit 4036726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/EnumMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function handle(): int
$generator = new Generator($enum, $this->cases($backed), $backed);
$typeScript = !! $this->option('typescript');

$succeeded = output($this->output, $enum, function() use ($generator, $enum, $force, $typeScript) {
$succeeded = output($this->output, $enum, function () use ($generator, $enum, $force, $typeScript) {
return $generator->generate($force)
&& runAnnotate($enum, $force)
&& ($typeScript ? runTs($enum, $force) : true);
Expand Down

0 comments on commit 4036726

Please sign in to comment.