Test Failed
Branch master (d80a5c)
by
unknown
05:06
created
src/ElasticEmail/V2/Responses/BaseResponse.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
     /**
69 69
      * Get the HTTP status code.
70 70
      *
71
-     * @return Response
71
+     * @return Client
72 72
      */
73 73
     public function getHttpClient()
74 74
     {
Please login to merge, or discard this patch.
src/ElasticEmail/V2/Requests/BaseRequest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     /**
36 36
      * Get the HTTP status code.
37 37
      *
38
-     * @return mixed
38
+     * @return Client
39 39
      */
40 40
     public function getHttpClient()
41 41
     {
Please login to merge, or discard this patch.