Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 12 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
20 | protected function configure() : void |
||
21 | { |
||
22 | parent::configure(); |
||
23 | |||
24 | $this |
||
25 | ->setAliases(['rollup']) |
||
26 | ->setDescription('Rollup migrations by deleting all tracked versions and insert the one version that exists.') |
||
27 | ->setHelp(<<<EOT |
||
28 | The <info>%command.name%</info> command rolls up migrations by deleting all tracked versions and |
||
59 |