Completed
Branch master (1003b9)
by Davey
05:16
created
src/Cli.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -342,7 +342,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
src/Client.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -335,7 +335,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.