aboutsummaryrefslogtreecommitdiffstats
path: root/includes/htmlform
diff options
context:
space:
mode:
Diffstat (limited to 'includes/htmlform')
-rw-r--r--includes/htmlform/HTMLForm.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/htmlform/HTMLForm.php b/includes/htmlform/HTMLForm.php
index 8e47a3266cf1..0d77b028b176 100644
--- a/includes/htmlform/HTMLForm.php
+++ b/includes/htmlform/HTMLForm.php
@@ -935,7 +935,7 @@ class HTMLForm extends ContextSource {
* Add a hidden field to the output
*
* @param string $name Field name. This will be used exactly as entered
- * @param string $value Field value
+ * @param mixed $value Field value
* @param array $attribs
*
* @return HTMLForm $this for chaining calls (since 1.20)