X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2FHTMLFormField.php;h=048abbbf4940fbe39d0edf49e32489ac75c4502b;hb=290ab29617d830d20cdc72cb9e5e199f5e091d9d;hp=91c6e6a8d07b7a0e34d0959f8917e778c390b0dd;hpb=a89ff2d168c8360913a343268e22c572b5c50c8c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/HTMLFormField.php b/includes/htmlform/HTMLFormField.php index 91c6e6a8d0..048abbbf49 100644 --- a/includes/htmlform/HTMLFormField.php +++ b/includes/htmlform/HTMLFormField.php @@ -41,7 +41,7 @@ abstract class HTMLFormField { * the input object itself. It should not implement the surrounding * table cells/rows, or labels/help messages. * - * @param string $value The value to set the input to; eg a default + * @param mixed $value The value to set the input to; eg a default * text for a text input. * * @return string Valid HTML.