Passed
Push — develop ( c906ee...8bba43 )
by nguereza
05:02
created
src/Migration/Seed/Command/SeedExecuteCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
     ) {
71 71
         parent::__construct($app, $config, $filesystem);
72 72
         $this->setName('seed:exec')
73
-             ->setDescription('Command to execute seed');
73
+                ->setDescription('Command to execute seed');
74 74
 
75 75
         $this->addOption('-i|--id', 'the seed version', null, false, true);
76 76
     }
Please login to merge, or discard this patch.