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