diff options
Diffstat (limited to 'includes/htmlform/fields/HTMLFormFieldWithButton.php')
-rw-r--r-- | includes/htmlform/fields/HTMLFormFieldWithButton.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/htmlform/fields/HTMLFormFieldWithButton.php b/includes/htmlform/fields/HTMLFormFieldWithButton.php index 8e95a7655641..043e1ee8e9e1 100644 --- a/includes/htmlform/fields/HTMLFormFieldWithButton.php +++ b/includes/htmlform/fields/HTMLFormFieldWithButton.php @@ -2,6 +2,8 @@ /** * Enables HTMLFormField elements to be build with a button. * + * TODO This class should be a trait + * * @stable to extend */ class HTMLFormFieldWithButton extends HTMLFormField { |