@@ -281,7 +281,7 @@ |
||
281 | 281 | * Returns the selected list of values for the sequence. |
282 | 282 | * @param array $values List of possible values |
283 | 283 | * @param int $length Number of values to return |
284 | - * @return array Selected list of values for the sequence |
|
284 | + * @return string Selected list of values for the sequence |
|
285 | 285 | */ |
286 | 286 | private function getSequenceValues(array $values, $length) |
287 | 287 | { |