X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fspecials%2FSpecialPreferences.php;h=0bc9147fad5cd806e24198e7b800dedcee02836b;hp=cc7ed5598ba3c23e11a951cb9a1dee02f29a7758;hb=1dd54d80af8403c0f36746f482a46ffb41fb28ed;hpb=4905504faded8f85a9b3d68b27da5c9e2f11bd06 diff --git a/includes/specials/SpecialPreferences.php b/includes/specials/SpecialPreferences.php index cc7ed5598b..0bc9147fad 100644 --- a/includes/specials/SpecialPreferences.php +++ b/includes/specials/SpecialPreferences.php @@ -106,7 +106,7 @@ class SpecialPreferences extends SpecialPage { * Get the preferences form to use. * @param User $user The user. * @param IContextSource $context The context. - * @return PreferencesFormLegacy|HTMLForm + * @return PreferencesFormOOUI|HTMLForm */ protected function getFormObject( $user, IContextSource $context ) { $preferencesFactory = MediaWikiServices::getInstance()->getPreferencesFactory();