diff options
author | Daimona Eaytoy <daimona.wiki@gmail.com> | 2019-12-08 13:37:24 +0100 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2019-12-08 17:59:08 +0000 |
commit | ce0856b12f1345988df58e4144f8e55d990c0217 (patch) | |
tree | 5f3cb4508dc2f43e2345336929717c500847d5d8 /includes/htmlform | |
parent | 554feecbb48002ed15fa66cd7635a3f69b1052f9 (diff) | |
download | mediawikicore-ce0856b12f1345988df58e4144f8e55d990c0217.tar.gz mediawikicore-ce0856b12f1345988df58e4144f8e55d990c0217.zip |
Fix more scalar types in docblocks
Change-Id: I574d4e261ab986e028c3ce26c4f0ec648b88a2ac
Diffstat (limited to 'includes/htmlform')
-rw-r--r-- | includes/htmlform/HTMLForm.php | 2 |
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) |