Passed
Push — develop ( 470537...4a1447 )
by nguereza
02:39
created
src/Migration/Seed/Command/SeedExecuteCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
     ) {
72 72
         parent::__construct($app, $config, $filesystem);
73 73
         $this->setName('seed:exec')
74
-             ->setDescription('Command to execute seed');
74
+                ->setDescription('Command to execute seed');
75 75
     }
76 76
 
77 77
     /**
Please login to merge, or discard this patch.