Completed
Pull Request — develop (#22)
by Johan
04:03 queued 02:13
created
src/HttpClient/Response.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,6 @@  discard block
 block discarded – undo
42 42
     /**
43 43
      * Extracts the relevant content from the response.
44 44
      *
45
-     * @param  Response $response
46 45
      *
47 46
      * @return array|mixed
48 47
      */
@@ -96,7 +95,7 @@  discard block
 block discarded – undo
96 95
     /**
97 96
      * Get HTTP status code.
98 97
      *
99
-     * @return string
98
+     * @return integer
100 99
      */
101 100
     public function getStatus()
102 101
     {
Please login to merge, or discard this patch.