@@ -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) |
@@ -353,7 +353,7 @@ discard block |
||
| 353 | 353 | /** |
| 354 | 354 | * Print HTTP requests/responses to STDOUT |
| 355 | 355 | * |
| 356 | - * @param bool|resource $enable |
|
| 356 | + * @param boolean $enable |
|
| 357 | 357 | */ |
| 358 | 358 | public static function setDebug($enable) |
| 359 | 359 | { |
@@ -363,7 +363,7 @@ discard block |
||
| 363 | 363 | /** |
| 364 | 364 | * Print formatted JSON responses to STDOUT |
| 365 | 365 | * |
| 366 | - * @param bool|resource|array $enable |
|
| 366 | + * @param boolean $enable |
|
| 367 | 367 | */ |
| 368 | 368 | public static function setVerbose($enable) |
| 369 | 369 | { |
@@ -522,7 +522,7 @@ discard block |
||
| 522 | 522 | * Add the Debug handler to the HandlerStack |
| 523 | 523 | * |
| 524 | 524 | * @param array $options Guzzle Options |
| 525 | - * @param bool|resource|null $fp Stream to write to |
|
| 525 | + * @param boolean $fp Stream to write to |
|
| 526 | 526 | * @return array |
| 527 | 527 | */ |
| 528 | 528 | protected function setDebugHandler($options, $fp = null) |