Completed
Pull Request — guzzle6 (#109)
by Stefano
04:36
created
src/Deserializer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
      * Deserialize the response into the specified result representation
72 72
      *
73 73
      * @param ResponseInterface     $response
74
-     * @param RequestInterface|null $request
74
+     * @param RequestInterface $request
75 75
      * @param CommandInterface      $command
76 76
      * @return Result|ResultInterface|void|ResponseInterface
77 77
      */
Please login to merge, or discard this patch.
src/Parameter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -568,7 +568,7 @@  discard block
 block discarded – undo
568 568
     /**
569 569
      * Get the enum of strings that are valid for the parameter
570 570
      *
571
-     * @return array|null
571
+     * @return string
572 572
      */
573 573
     public function getEnum()
574 574
     {
@@ -643,7 +643,7 @@  discard block
 block discarded – undo
643 643
     /**
644 644
      * Check if a parameter has a specific variable and if it set.
645 645
      *
646
-     * @param $var
646
+     * @param string $var
647 647
      * @return bool
648 648
      */
649 649
     public function has($var)
Please login to merge, or discard this patch.