Passed
Pull Request — guzzle6 (#109)
by Stefano
04:19
created
src/Operation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -239,7 +239,7 @@
 block discarded – undo
239 239
      * @param string $name Name of the data point to retrieve or null to
240 240
      *     retrieve all of the extra data.
241 241
      *
242
-     * @return mixed|null
242
+     * @return string
243 243
      */
244 244
     public function getData($name = null)
245 245
     {
Please login to merge, or discard this patch.
src/Parameter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -568,7 +568,7 @@
 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
     {
Please login to merge, or discard this patch.