| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | final class EntityManagerContainerFactory extends AbstractFactory |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @param ContainerInterface $container |
||
| 23 | * @param string $requestedName |
||
| 24 | * @param array<string, mixed>|null $options |
||
| 25 | * |
||
| 26 | * @return EntityManagerContainer |
||
| 27 | * |
||
| 28 | * @throws InvalidArgumentException |
||
| 29 | * @throws ServiceNotFoundException |
||
| 30 | * @throws ServiceNotCreatedException |
||
| 31 | * @throws ContainerExceptionInterface |
||
| 32 | */ |
||
| 33 | public function __invoke( |
||
| 43 |