| Total Complexity | 6 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Coverage | 61.11% |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types = 1); |
||
| 17 | class ConsoleApplication |
||
| 18 | { |
||
| 19 | /** @var Application */ |
||
| 20 | private $symfonyApplication; |
||
| 21 | |||
| 22 | 1 | public function __construct(ContainerInterface $container) |
|
| 44 | 1 | } |
|
| 45 | |||
| 46 | public function run(): void |
||
| 49 | } |
||
| 50 | |||
| 51 | 1 | public function getSymfonyApplication(): Application |
|
| 56 |