| Total Complexity | 3 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | final class RepositoryFactory implements RepositoryFactoryInterface |
||
| 12 | { |
||
| 13 | public function __construct( |
||
| 17 | } |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @phpstan-return ObjectRepository<object> |
||
| 21 | * |
||
| 22 | * @throws \Exception |
||
| 23 | */ |
||
| 24 | public function getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository |
||
| 38 |