| Total Complexity | 1 |
| Total Lines | 11 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class ConsoleFacade extends AbstractFacade |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @param \Symfony\Component\Console\Input\InputInterface $input |
||
| 18 | * @param \Symfony\Component\Console\Output\OutputInterface $output |
||
| 19 | * |
||
| 20 | * @throws \Exception |
||
| 21 | */ |
||
| 22 | public function runApplication(InputInterface $input = null, OutputInterface $output = null): void |
||
| 27 |