| Total Complexity | 3 | 
| Total Lines | 27 | 
| Duplicated Lines | 0 % | 
| Coverage | 0% | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 15 | class StopContainerCommand extends AbstractCommand  | 
            ||
| 16 | { | 
            ||
| 17 | protected function configure(): void  | 
            ||
| 23 | }  | 
            ||
| 24 | |||
| 25 | /**  | 
            ||
| 26 | * @param \Symfony\Component\Console\Input\InputInterface $input  | 
            ||
| 27 | * @param \Symfony\Component\Console\Output\OutputInterface $output  | 
            ||
| 28 | *  | 
            ||
| 29 | * @return int|null|void  | 
            ||
| 30 | */  | 
            ||
| 31 | protected function execute(InputInterface $input, OutputInterface $output)  | 
            ||
| 46 | }  |