| Total Complexity | 5 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Coverage | 61.53% |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 14 | final class JWTAuthenticationSubscriber implements EventSubscriberInterface |
||
| 15 | { |
||
| 16 | private UserNormalizer $normalizer; |
||
| 17 | |||
| 18 | 1 | public function __construct(UserNormalizer $normalizer) |
|
| 21 | } |
||
| 22 | |||
| 23 | public static function getSubscribedEvents(): array |
||
| 27 | ]; |
||
| 28 | } |
||
| 29 | |||
| 30 | 1 | public function onAuthenticationSuccess(AuthenticationSuccessEvent $event): void |
|
| 48 |