Completed
Push — master ( aa6f89...863f7f )
by John
08:07
created
src/EventListener/Response/Error/HttpError.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
             } elseif ($exception instanceof AuthenticationException) {
87 87
                 $this->statusCode = Response::HTTP_UNAUTHORIZED;
88 88
                 $this->severity   = LogLevel::WARNING;
89
-            }  elseif ($exception instanceof AccessDeniedException || $exception instanceof AccessDeniedHttpException) {
89
+            } elseif ($exception instanceof AccessDeniedException || $exception instanceof AccessDeniedHttpException) {
90 90
                 $this->statusCode = Response::HTTP_FORBIDDEN;
91 91
                 $this->severity   = LogLevel::WARNING;
92 92
             } else {
Please login to merge, or discard this patch.