Passed
Push — develop ( 8c6533...39e219 )
by nguereza
03:05
created
src/Console/Command/MakeTaskCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
     ) {
89 89
         parent::__construct($application, $filesystem);
90 90
         $this->setName('make:task')
91
-               ->setDescription('Command to generate new task class');
91
+                ->setDescription('Command to generate new task class');
92 92
     }
93 93
 
94 94
     /**
Please login to merge, or discard this patch.