@@ -14,7 +14,8 @@ |
||
14 | 14 | * |
15 | 15 | * @return ResponseInterface |
16 | 16 | */ |
17 | - public function run() { |
|
17 | + public function run() |
|
18 | + { |
|
18 | 19 | $request = $this->getRequest(); |
19 | 20 | if (!$request) { |
20 | 21 | throw new \RuntimeException("Request object is not set for controller"); |
@@ -274,7 +274,7 @@ |
||
274 | 274 | * @return ResponseInterface $response |
275 | 275 | */ |
276 | 276 | public function error($message, $code = 400) |
277 | - { |
|
277 | + { |
|
278 | 278 | $response = $this->getResponse(); |
279 | 279 | |
280 | 280 | $errorResponse = $response->withStatus($code); |