Total Complexity | 2 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | class ComparerRepository extends EntityRepository implements ComparerRepositoryInterface |
||
12 | { |
||
13 | /** |
||
14 | * @throws \Doctrine\ORM\NonUniqueResultException |
||
15 | */ |
||
16 | public function findByShopUser(ShopUserInterface $shopUser): ?ComparerInterface |
||
23 | ; |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * @throws \Doctrine\ORM\NonUniqueResultException |
||
28 | */ |
||
29 | public function findByToken(string $token): ?ComparerInterface |
||
39 |