@@ -137,7 +137,7 @@ |
||
| 137 | 137 | GuardAuthenticatorHandler $guardHandler, |
| 138 | 138 | LoginAuthenticator $authenticator |
| 139 | 139 | ): Response { |
| 140 | - $id = (int)$request->get('id'); // retrieve the user id from the url |
|
| 140 | + $id = (int) $request->get('id'); // retrieve the user id from the url |
|
| 141 | 141 | |
| 142 | 142 | if ($request->isXmlHttpRequest()) { |
| 143 | 143 | return $this->verifyUserEmailFromPWA($id, $request); |
@@ -54,7 +54,7 @@ |
||
| 54 | 54 | return $user; |
| 55 | 55 | } |
| 56 | 56 | |
| 57 | - public function loadUserByIdentifier(string $identifier): SecurityUserInterface|UserInterface |
|
| 57 | + public function loadUserByIdentifier(string $identifier): SecurityUserInterface | UserInterface |
|
| 58 | 58 | { |
| 59 | 59 | $user = $this->findUser($identifier); |
| 60 | 60 | |