| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | final class ConfigurationFactoryFactory extends AbstractFactory |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @param ContainerInterface&ServiceLocatorInterface $container |
||
| 20 | * @param string $requestedName |
||
| 21 | * @param array<string, mixed>|null $options |
||
| 22 | * |
||
| 23 | * @return ConfigurationFactory |
||
| 24 | */ |
||
| 25 | public function __invoke( |
||
| 33 |