@@ -17,6 +17,7 @@ |
||
| 17 | 17 | /** |
| 18 | 18 | * @param Request $request |
| 19 | 19 | * @param Response $response |
| 20 | + * @return void |
|
| 20 | 21 | */ |
| 21 | 22 | public function transformLate(Request $request, Response $response); |
| 22 | 23 | |
@@ -7,7 +7,7 @@ |
||
| 7 | 7 | class Response extends BaseResponse |
| 8 | 8 | { |
| 9 | 9 | /** |
| 10 | - * @param mixed $data The response data |
|
| 10 | + * @param \MediaMonks\RestApi\Model\ResponseModelInterface $data The response data |
|
| 11 | 11 | * @param int $status The response status code |
| 12 | 12 | * @param array $headers An array of response headers |
| 13 | 13 | * @param bool $json If the data is already a JSON string |