Total Complexity | 2 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 3 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
17 | class Convert extends AbstractCommand |
||
18 | { |
||
19 | /** |
||
20 | * @return string |
||
21 | * @codeCoverageIgnore |
||
22 | */ |
||
23 | public function getDescription(): string |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * Reads and writes the log to covert the format. |
||
31 | * |
||
32 | * @param InputInterface $input |
||
33 | * @param OutputInterface $output |
||
34 | */ |
||
35 | 1 | public function execute(InputInterface $input, OutputInterface $output): int |
|
46 |