diff options
author | Gerrit Uitslag <klapinklapin@gmail.com> | 2015-08-02 00:46:52 +0200 |
---|---|---|
committer | Gerrit Uitslag <klapinklapin@gmail.com> | 2015-08-02 00:46:52 +0200 |
commit | 3c8e094acdcf6d556f022bc224b81ef17e449281 (patch) | |
tree | 581a93f0332289ca565ce996812b5a2e362aa8de /inc | |
parent | 80b13baa48275cef1ca6c6d3c715d21afd1138e7 (diff) | |
download | rpg-3c8e094acdcf6d556f022bc224b81ef17e449281.tar.gz rpg-3c8e094acdcf6d556f022bc224b81ef17e449281.tar.bz2 |
improve PHPDocs
Diffstat (limited to 'inc')
-rw-r--r-- | inc/Form/ValueElement.php | 2 |
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()) { |