Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class SetEmailAsUsernameListener implements EventSubscriberInterface |
||
18 | { |
||
19 | /** |
||
20 | * {@inheritdoc} |
||
21 | */ |
||
22 | public static function getSubscribedEvents() |
||
26 | ]; |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * @param UserEvent $event |
||
31 | * |
||
32 | * @throws \Exception |
||
33 | */ |
||
34 | public function setEmailAsUsername(UserEvent $event) |
||
44 |