@@ -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 |