Completed
Push — master ( 84b0cc...019098 )
by Ivo
03:03
created
EventListener/EditorResponseListener.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,8 +54,7 @@
 block discarded – undo
54 54
             if (!$this->authorizationChecker->isGranted('ROLE_ADMIN')) {
55 55
                 return;
56 56
             }
57
-        }
58
-        catch (AuthenticationCredentialsNotFoundException $e) {
57
+        } catch (AuthenticationCredentialsNotFoundException $e) {
59 58
             return;
60 59
         }
61 60
 
Please login to merge, or discard this patch.
Tests/EventListener/EditorResponseListenerTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -165,7 +165,7 @@
 block discarded – undo
165 165
         $request = new Request();
166 166
         $response = new Response(
167 167
             '<body></body>',
168
-             200,
168
+                200,
169 169
             ['Content-Type' => 'text/html']
170 170
         );
171 171
 
Please login to merge, or discard this patch.