Total Complexity | 7 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
21 | class UserChecker implements UserCheckerInterface |
||
22 | { |
||
23 | private bool $denyUnverifiedLogin; |
||
24 | |||
25 | 5 | public function __construct(bool $denyUnverifiedLogin = true) |
|
28 | 5 | } |
|
29 | |||
30 | 4 | public function checkPreAuth(UserInterface $user): void |
|
42 | } |
||
43 | 1 | } |
|
44 | |||
45 | 1 | public function checkPostAuth(UserInterface $user): void |
|
49 |