@@ -55,7 +55,7 @@ |
||
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; |