X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2FHTMLFormField.php;h=048abbbf4940fbe39d0edf49e32489ac75c4502b;hb=290ab29617d830d20cdc72cb9e5e199f5e091d9d;hp=590b9e7cb3a200ab2c12f50c539bc61a66e00355;hpb=ad4c7e66d90f4d34102b39ddcce045af3ec40e36;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/HTMLFormField.php b/includes/htmlform/HTMLFormField.php index 590b9e7cb3..048abbbf49 100644 --- a/includes/htmlform/HTMLFormField.php +++ b/includes/htmlform/HTMLFormField.php @@ -5,6 +5,7 @@ * be a subclass of this. */ abstract class HTMLFormField { + /** @var array|array[] */ public $mParams; protected $mValidationCallback; @@ -40,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.