Total Complexity | 1 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
19 | class Enable extends TaskCommand |
||
20 | { |
||
21 | /** |
||
22 | * {@inheritDoc} |
||
23 | */ |
||
24 | protected $name = 'tasks:enable'; |
||
25 | |||
26 | /** |
||
27 | * {@inheritDoc} |
||
28 | */ |
||
29 | protected $description = 'Active l\'exécuteur de tâches.'; |
||
30 | |||
31 | /** |
||
32 | * {@inheritDoc} |
||
33 | * |
||
34 | * @return void |
||
35 | */ |
||
36 | public function execute(array $params) |
||
43 |