| Total Complexity | 2 |
| Total Lines | 39 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 9 | class ReleaseLockCommand extends Console\Command\Command |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * {@inheritdoc} |
||
| 13 | */ |
||
| 14 | 2 | protected function configure() |
|
| 30 | ) |
||
| 31 | ; |
||
| 32 | 2 | } |
|
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritdoc} |
||
| 36 | */ |
||
| 37 | 2 | protected function execute(Console\Input\InputInterface $input, Console\Output\OutputInterface $output): int |
|
| 50 |