| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 31 | public function __invoke( |
||
| 32 | ContainerInterface $container, |
||
| 33 | string $requestedName, |
||
| 34 | array $options = null |
||
| 35 | ): CommandManager { |
||
| 36 | $config = $options ?? $this->getApplicationOptions($container, 'arp_console_command_manager'); |
||
| 37 | |||
| 38 | return new CommandManager($container, $config); |
||
| 39 | } |
||
| 41 |