Completed
Push — master ( d5f3e2...f413dd )
by Ivo
02:47
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.