| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class ConsoleBusinessFactory extends AbstractBusinessFactory |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @return \Xervice\Console\Business\Model\Application\Application |
||
| 16 | */ |
||
| 17 | 1 | public function createApplication(): Application |
|
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @return \Xervice\Console\Business\Model\Command\CommandCollection |
||
| 26 | */ |
||
| 27 | 1 | public function getCommandCollection(): CommandCollection |
|
| 32 |