| Total Complexity | 4 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | class ConsoleApplicationFactory implements ConsoleApplicationFactoryInterface |
||
| 20 | { |
||
| 21 | 2 | public function __construct( |
|
| 22 | private readonly LocatorFacadeInterface $locatorFacade, |
||
| 23 | private readonly AutowireHelperInterface $autowireHelper |
||
| 24 | ) { |
||
| 25 | 2 | } |
|
| 26 | |||
| 27 | 1 | public function create(): Application |
|
| 35 | } |
||
| 36 | |||
| 37 | 1 | protected function registerCommands(Application $application): void |
|
| 45 |