@@ -71,7 +71,7 @@ |
||
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 | */ |
@@ -568,7 +568,7 @@ discard block |
||
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 |
||
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) |