@@ -239,7 +239,7 @@ |
||
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 | { |
@@ -568,7 +568,7 @@ |
||
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 | { |
@@ -2,7 +2,6 @@ |
||
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 |