| Total Complexity | 5 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class PersistenceShortUrlRelationResolver implements ShortUrlRelationResolverInterface |
||
| 12 | { |
||
| 13 | private EntityManagerInterface $em; |
||
| 14 | |||
| 15 | public function __construct(EntityManagerInterface $em) |
||
| 18 | } |
||
| 19 | |||
| 20 | public function resolveDomain(?string $domain): ?Domain |
||
| 29 | } |
||
| 30 | |||
| 31 | public function resolveApiKey(?string $key): ?ApiKey |
||
| 42 |