X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2FHTMLFormField.php;h=b55b65287d0a6f864adfaacb3e71e5ebd1683fe5;hb=fa0f6f34972c0e0f4aac24a03b3efdfc45f256f6;hp=048abbbf4940fbe39d0edf49e32489ac75c4502b;hpb=f0c24143231d90ff409ddee62c853e8b6e1522bb;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/HTMLFormField.php b/includes/htmlform/HTMLFormField.php index 048abbbf49..b55b65287d 100644 --- a/includes/htmlform/HTMLFormField.php +++ b/includes/htmlform/HTMLFormField.php @@ -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 ) ) {