@@ -15,14 +15,14 @@ |
||
| 15 | 15 | * |
| 16 | 16 | * @return ServerRequestInterface |
| 17 | 17 | */ |
| 18 | - abstract public function getRequest(); |
|
| 19 | - |
|
| 20 | - /** |
|
| 21 | - * Get response. set for controller |
|
| 22 | - * |
|
| 23 | - * @return ResponseInterface |
|
| 24 | - */ |
|
| 25 | - abstract public function getResponse(); |
|
| 18 | + abstract public function getRequest(); |
|
| 19 | + |
|
| 20 | + /** |
|
| 21 | + * Get response. set for controller |
|
| 22 | + * |
|
| 23 | + * @return ResponseInterface |
|
| 24 | + */ |
|
| 25 | + abstract public function getResponse(); |
|
| 26 | 26 | |
| 27 | 27 | /** |
| 28 | 28 | * Run the controller |