summaryrefslogtreecommitdiff
path: root/inc/Form/ValueElement.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/Form/ValueElement.php')
-rw-r--r--inc/Form/ValueElement.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/Form/ValueElement.php b/inc/Form/ValueElement.php
index 753704c70..9dc2fd0df 100644
--- a/inc/Form/ValueElement.php
+++ b/inc/Form/ValueElement.php
@@ -20,7 +20,7 @@ abstract class ValueElement extends Element {
/**
* @param string $type
- * @param array $value
+ * @param array|string $value
* @param array $attributes
*/
public function __construct($type, $value, $attributes = array()) {