Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
15 | 1 | protected function configure() : void |
|
16 | { |
||
17 | 1 | parent::configure(); |
|
18 | |||
19 | $this |
||
20 | 1 | ->setAliases(['sync-metadata-storage']) |
|
21 | 1 | ->setDescription('Ensures that the metadata storage is at the latest version.') |
|
22 | 1 | ->setHelp(<<<EOT |
|
23 | 1 | The <info>%command.name%</info> command updates metadata storage the latest version. |
|
41 |