Skip to content

Commit

Permalink
Clarify backed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Dec 24, 2023
1 parent 321726c commit 9be993d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Command/EnumCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ public function buildOptionParser(ConsoleOptionParser $parser): ConsoleOptionPar
$parser = $this->_setCommonOptions($parser);

$parser->setDescription(
'Bake enums for use in models.'
'Bake backed enums for use in models.'
)->addOption('backing-type', [
'help' => 'The return type for the enum class',
'help' => 'The return type for the backed enum class',
'default' => 'string',
'choices' => ['string', 'int'],
'short' => 'b',
Expand Down

0 comments on commit 9be993d

Please sign in to comment.