Passed
Pull Request — master (#4)
by
unknown
18:24 queued 05:10
created
src/Controller/ExampleController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
         $response = new Response(
56 56
             'Hello World!',
57 57
             Response::HTTP_OK,
58
-            ['content-type' => 'text/plain'],
58
+            [ 'content-type' => 'text/plain' ],
59 59
         );
60 60
 
61 61
         return $response;
Please login to merge, or discard this patch.