Completed
Push — master ( d0b3cc...7f2c26 )
by
unknown
11:21 queued 01:22
created
src/Response/ResponseTransformerInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -17,6 +17,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
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.