@@ -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 | { |