@@ -342,7 +342,7 @@ |
||
| 342 | 342 | /** |
| 343 | 343 | * Get argument values |
| 344 | 344 | * |
| 345 | - * @param $matches |
|
| 345 | + * @param string[] $matches |
|
| 346 | 346 | * @return bool|string |
| 347 | 347 | */ |
| 348 | 348 | protected function getArgValue($matches) |
@@ -335,7 +335,7 @@ discard block |
||
| 335 | 335 | /** |
| 336 | 336 | * Print HTTP requests/responses to STDOUT |
| 337 | 337 | * |
| 338 | - * @param bool|resource $enable |
|
| 338 | + * @param boolean $enable |
|
| 339 | 339 | */ |
| 340 | 340 | public static function setDebug($enable) |
| 341 | 341 | { |
@@ -345,7 +345,7 @@ discard block |
||
| 345 | 345 | /** |
| 346 | 346 | * Print formatted JSON responses to STDOUT |
| 347 | 347 | * |
| 348 | - * @param bool|resource $enable |
|
| 348 | + * @param boolean $enable |
|
| 349 | 349 | */ |
| 350 | 350 | public static function setVerbose($enable) |
| 351 | 351 | { |
@@ -504,7 +504,7 @@ discard block |
||
| 504 | 504 | * Add the Debug handler to the HandlerStack |
| 505 | 505 | * |
| 506 | 506 | * @param array $options Guzzle Options |
| 507 | - * @param bool|resource|null $fp Stream to write to |
|
| 507 | + * @param boolean $fp Stream to write to |
|
| 508 | 508 | * @return array |
| 509 | 509 | */ |
| 510 | 510 | protected function setDebugHandler($options, $fp = null) |