@@ -46,7 +46,7 @@ |
||
46 | 46 | protected function getHandler() |
47 | 47 | { |
48 | 48 | if (is_null($this->handler)) { |
49 | - $this->handler = function () { |
|
49 | + $this->handler = function() { |
|
50 | 50 | return new Response(self::MESSAGE, 200, array('Content-Type' => 'text/plain')); |
51 | 51 | }; |
52 | 52 | } |