Total Complexity | 3 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | class UserRepository extends ServiceEntityRepository implements UserRepositoryInterface |
||
17 | { |
||
18 | public function __construct(RegistryInterface $registry) |
||
21 | } |
||
22 | |||
23 | public function getOneByEmail(string $email): ?UserInterface |
||
30 | ; |
||
31 | } |
||
32 | |||
33 | public function getOneByPasswordResetToken(string $token): ?UserInterface |
||
43 |