| Total Complexity | 2 |
| Total Lines | 9 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class Application extends \Symfony\Component\Console\Application implements ApplicationInterface |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @param \Xervice\Console\Business\Model\Command\CommandCollection $commandCollection |
||
| 13 | */ |
||
| 14 | 1 | public function addCommandCollection(CommandCollection $commandCollection): void |
|
| 21 |