diff --git a/inc/Form/ValueElement.php b/inc/Form/ValueElement.php index 753704c7004b08d097f56b2609711d38863fd5aa..9dc2fd0df6ad8f0817a428304af6cb2447f764ff 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()) {