diff options
Diffstat (limited to 'includes/htmlform/HTMLForm.php')
-rw-r--r-- | includes/htmlform/HTMLForm.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/htmlform/HTMLForm.php b/includes/htmlform/HTMLForm.php index f1940b43b67c..46c537560424 100644 --- a/includes/htmlform/HTMLForm.php +++ b/includes/htmlform/HTMLForm.php @@ -2267,5 +2267,5 @@ class HTMLForm extends ContextSource { } } -/** @deprecated since 1.42 */ +/** @deprecated class alias since 1.42 */ class_alias( HTMLForm::class, 'HTMLForm' ); |