X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2FHTMLFormField.php;h=b55b65287d0a6f864adfaacb3e71e5ebd1683fe5;hb=fa0f6f34972c0e0f4aac24a03b3efdfc45f256f6;hp=91c6e6a8d07b7a0e34d0959f8917e778c390b0dd;hpb=543c5c1a1f985f3107ad1172933770bb761e54cf;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/HTMLFormField.php b/includes/htmlform/HTMLFormField.php index 91c6e6a8d0..b55b65287d 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. @@ -657,6 +657,7 @@ abstract class HTMLFormField { * @param OOUI\Widget $inputField * @param array $config * @return OOUI\FieldLayout|OOUI\ActionFieldLayout + * @suppress PhanUndeclaredProperty Only some subclasses declare mClassWithButton */ protected function getFieldLayoutOOUI( $inputField, $config ) { if ( isset( $this->mClassWithButton ) ) {