From 3c8e094acdcf6d556f022bc224b81ef17e449281 Mon Sep 17 00:00:00 2001 From: Gerrit Uitslag Date: Sun, 2 Aug 2015 00:46:52 +0200 Subject: improve PHPDocs --- inc/Form/ValueElement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) { -- cgit v1.2.3