diff options
Diffstat (limited to 'includes/htmlform/VFormHTMLForm.php')
-rw-r--r-- | includes/htmlform/VFormHTMLForm.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/htmlform/VFormHTMLForm.php b/includes/htmlform/VFormHTMLForm.php index 0f2ebf8dc536..4a7a828be821 100644 --- a/includes/htmlform/VFormHTMLForm.php +++ b/includes/htmlform/VFormHTMLForm.php @@ -41,7 +41,7 @@ class VFormHTMLForm extends HTMLForm { protected $displayFormat = 'vform'; public static function loadInputFromParameters( $fieldname, $descriptor, - HTMLForm $parent = null + ?HTMLForm $parent = null ) { $field = parent::loadInputFromParameters( $fieldname, $descriptor, $parent ); $field->setShowEmptyLabel( false ); |