@@ -7,7 +7,7 @@ discard block |
||
| 7 | 7 | use Symfony\Component\Console\Attribute\AsCommand; |
| 8 | 8 | use Symfony\Component\Console\Input\InputOption; |
| 9 | 9 | |
| 10 | -#[AsCommand(name: 'make:enum')] |
|
| 10 | +#[AsCommand(name: 'make:enum') ] |
|
| 11 | 11 | class MakeEnumCommand extends GeneratorCommand |
| 12 | 12 | { |
| 13 | 13 | /** |
@@ -96,7 +96,7 @@ discard block |
||
| 96 | 96 | protected function getOptions() |
| 97 | 97 | { |
| 98 | 98 | return [ |
| 99 | - ['force', 'f', InputOption::VALUE_NONE, 'Create the class even if the enum already exists'], |
|
| 99 | + [ 'force', 'f', InputOption::VALUE_NONE, 'Create the class even if the enum already exists' ], |
|
| 100 | 100 | ]; |
| 101 | 101 | } |
| 102 | 102 | } |