Test Failed
Push — develop ( 469c4c...b50904 )
by nguereza
03:16
created
src/Console/Command/MakeEnumCommand.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
     ) {
83 83
         parent::__construct($application, $filesystem);
84 84
         $this->setName('make:enum')
85
-               ->setDescription('Command to generate new enumeration class');
85
+                ->setDescription('Command to generate new enumeration class');
86 86
     }
87 87
 
88 88
     /**
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 MakeEnumCommand
59 59
  * @package Platine\Framework\Console\Command
60 60
  */
61
-class MakeEnumCommand extends MakeCommand
62
-{
61
+class MakeEnumCommand extends MakeCommand {
63 62
     /**
64 63
      * {@inheritdoc}
65 64
      */
Please login to merge, or discard this patch.