Completed
Push — master ( b2eda5...16814b )
by Davey
04:51
created
src/Client.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -353,7 +353,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.