| Total Complexity | 1 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | final class ConfigurationConfigsFactory extends AbstractFactory |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @param ContainerInterface $container |
||
| 21 | * @param string $requestedName |
||
| 22 | * @param array<mixed>|null $options |
||
| 23 | * |
||
| 24 | * @return ConfigurationConfigs |
||
| 25 | * |
||
| 26 | * @throws ServiceNotCreatedException |
||
| 27 | * @throws ServiceNotFoundException |
||
| 28 | */ |
||
| 29 | public function __invoke( |
||
| 39 |