Passed
Push — develop ( 256307...547db1 )
by nguereza
02:28
created
src/Migration/Seed/Command/SeedExecuteCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
                 $choices[$key + 1] = $seed;
94 94
             }
95 95
             $indexes = $io->choices('Choose which seed to execute', $choices, []);
96
-            foreach ($indexes as $index){
96
+            foreach ($indexes as $index) {
97 97
                 $this->executeSeed($seeds[$index - 1]);
98 98
             }
99 99
         }
Please login to merge, or discard this patch.