| Total Complexity | 4 |
| Total Lines | 50 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | class UserRepository extends EntityRepository implements UserLoaderInterface |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @param string $identifier |
||
| 24 | * |
||
| 25 | * @return UserInterface|void|null |
||
| 26 | */ |
||
| 27 | public function loadUserByIdentifier(string $identifier) |
||
| 46 | } |
||
| 47 | |||
| 48 | /** |
||
| 49 | * {@inheritDoc} |
||
| 50 | */ |
||
| 51 | public function loadUserByUsername(string $username) |
||
| 72 |