Passed
Push — develop ( 8c6533...39e219 )
by nguereza
03:05
created
src/Console/Command/MakeTaskCommand.php 2 patches
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.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,8 +58,7 @@
 block discarded – undo
58 58
  * @class MakeTaskCommand
59 59
  * @package Platine\Framework\Console\Command
60 60
  */
61
-class MakeTaskCommand extends MakeCommand
62
-{
61
+class MakeTaskCommand extends MakeCommand {
63 62
     /**
64 63
      * {@inheritdoc}
65 64
      */
Please login to merge, or discard this patch.