Completed
Push — master ( 28fb9a...20c08c )
by Elf
03:18
created
src/HttpClient.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
      * Set the request header.
103 103
      *
104 104
      * @param  string  $name
105
-     * @param  mixed  $value
105
+     * @param  string  $value
106 106
      * @return $this
107 107
      */
108 108
     public function header($name, $value)
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
      * Get the response header value.
181 181
      *
182 182
      * @param  string  $name
183
-     * @return mixed
183
+     * @return string|null
184 184
      */
185 185
     public function getHeader($name)
186 186
     {
Please login to merge, or discard this patch.