Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
20 | class ConsoleContainerFactory implements ConsoleContainerFactoryInterface |
||
21 | { |
||
22 | private $containerFactory; |
||
23 | |||
24 | public function __construct() |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * {@inheritdoc} |
||
31 | */ |
||
32 | public function invoke(ConsoleConfigInterface $config, OutputInterface $output): ContainerInterface |
||
42 |