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