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.
src/Handler/ValidatedDescriptionHandler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 use GuzzleHttp\Command\CommandInterface;
4 4
 use GuzzleHttp\Command\Exception\CommandException;
5
-use GuzzleHttp\Command\Guzzle\Description;
6 5
 use GuzzleHttp\Command\Guzzle\DescriptionInterface;
7 6
 use GuzzleHttp\Command\Guzzle\SchemaValidator;
8 7
 
Please login to merge, or discard this patch.