@@ -82,7 +82,7 @@ |
||
| 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 | /** |
@@ -58,8 +58,7 @@ |
||
| 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 | */ |