@@ -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 | { |
@@ -241,7 +241,7 @@ |
||
| 241 | 241 | * |
| 242 | 242 | * @param \XMLWriter $writer |
| 243 | 243 | * |
| 244 | - * @return \string the writer resource |
|
| 244 | + * @return string the writer resource |
|
| 245 | 245 | */ |
| 246 | 246 | protected function finishDocument($writer) |
| 247 | 247 | { |
@@ -58,7 +58,7 @@ |
||
| 58 | 58 | * @param string $type Parameter type |
| 59 | 59 | * @param mixed $value Value to determine the type |
| 60 | 60 | * |
| 61 | - * @return string|bool Returns the matching type on |
|
| 61 | + * @return string|false Returns the matching type on |
|
| 62 | 62 | */ |
| 63 | 63 | protected function determineType($type, $value) |
| 64 | 64 | { |
@@ -97,7 +97,7 @@ |
||
| 97 | 97 | /** |
| 98 | 98 | * Get the basePath/baseUri of the description |
| 99 | 99 | * |
| 100 | - * @return Uri |
|
| 100 | + * @return string |
|
| 101 | 101 | */ |
| 102 | 102 | public function getBaseUri() |
| 103 | 103 | { |
@@ -41,7 +41,7 @@ |
||
| 41 | 41 | |
| 42 | 42 | /** |
| 43 | 43 | * @param DescriptionInterface $description |
| 44 | - * @param $process |
|
| 44 | + * @param boolean $process |
|
| 45 | 45 | * @param ResponseLocationInterface[] $responseLocations Extra response locations |
| 46 | 46 | */ |
| 47 | 47 | public function __construct( |
@@ -473,7 +473,7 @@ discard block |
||
| 473 | 473 | /** |
| 474 | 474 | * Get whether or not the default value can be changed |
| 475 | 475 | * |
| 476 | - * @return mixed|null |
|
| 476 | + * @return boolean |
|
| 477 | 477 | */ |
| 478 | 478 | public function getStatic() |
| 479 | 479 | { |
@@ -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 | { |