Completed
Push — master ( 93ad25...53681f )
by Elf
01:23
created
src/HttpClient.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
     /**
162 162
      * Remove options using "dot" notation.
163 163
      *
164
-     * @param  string|array|null $key
164
+     * @param  string $key
165 165
      * @return $this
166 166
      */
167 167
     public function removeOptions($key = null)
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
     /**
190 190
      * Set a request option using "dot" notation.
191 191
      *
192
-     * @param  string|array  $key
192
+     * @param  string  $key
193 193
      * @param  mixed  $value
194 194
      * @return $this
195 195
      */
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
      * Set the request header.
209 209
      *
210 210
      * @param  string  $name
211
-     * @param  mixed  $value
211
+     * @param  string  $value
212 212
      * @return $this
213 213
      */
214 214
     public function header($name, $value)
@@ -273,7 +273,7 @@  discard block
 block discarded – undo
273 273
     /**
274 274
      * Get data from the response.
275 275
      *
276
-     * @param  string|\Closure  $callback
276
+     * @param  string  $callback
277 277
      * @param  array  $parameters
278 278
      * @param  mixed  $default
279 279
      * @return mixed
@@ -382,7 +382,7 @@  discard block
 block discarded – undo
382 382
     /**
383 383
      * Get the dynamic response methods.
384 384
      *
385
-     * @return array
385
+     * @return string[]
386 386
      */
387 387
     protected function getDynamicResponseMethods()
388 388
     {
Please login to merge, or discard this patch.