Completed
Pull Request — develop (#1240)
by
unknown
01:02 queued 33s
created
src/SWP/Bundle/UserBundle/Controller/RegistrationController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.
src/SWP/Bundle/UserBundle/Security/UserProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.