Completed
Push — master ( cd7a0a...d0b3cc )
by
unknown
09:14
created
src/Response/Response.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.