aboutsummaryrefslogtreecommitdiffstats
path: root/includes/htmlform/CodexHTMLForm.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/htmlform/CodexHTMLForm.php')
-rw-r--r--includes/htmlform/CodexHTMLForm.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/htmlform/CodexHTMLForm.php b/includes/htmlform/CodexHTMLForm.php
index f3589e787e5f..256fd8c2b019 100644
--- a/includes/htmlform/CodexHTMLForm.php
+++ b/includes/htmlform/CodexHTMLForm.php
@@ -39,7 +39,7 @@ class CodexHTMLForm extends HTMLForm {
protected $displayFormat = 'codex';
public static function loadInputFromParameters( $fieldname, $descriptor,
- HTMLForm $parent = null
+ ?HTMLForm $parent = null
) {
$field = parent::loadInputFromParameters( $fieldname, $descriptor, $parent );
$field->setShowEmptyLabel( false );