Completed
Push — master ( 7cbd69...d767ef )
by Ivo
02:55
created
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.