Passed
Push — master ( 60b319...f23ec8 )
by Mike
07:05 queued 03:57
created
src/App/Service/Security/MyAppAuthValidator.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,8 +38,7 @@
 block discarded – undo
38 38
 
39 39
         try {
40 40
             $this->userFacade->loginUser($credentials);
41
-        }
42
-        catch (UserException $e) {
41
+        } catch (UserException $e) {
43 42
             throw new AuthenticationFailed();
44 43
         }
45 44
     }
Please login to merge, or discard this patch.