Passed
Push — main ( fae6b8...4597d7 )
by ikechukwu
12:05
created
src/Console/Commands/MakeEnumCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 }
Please login to merge, or discard this patch.