X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FPreferences.php;h=f65b2ce15e4969a353c61152f47aee03ea86cac6;hb=55497cdc1a645a58d7e9d2968a081a5350d7eb3a;hp=37de2a55a95fcfca48aeabf3dd9af089a2ac3d1b;hpb=7c36faa73bf6105e0f66f2dd531440c9afe0b732;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Preferences.php b/includes/Preferences.php index 37de2a55a9..f65b2ce15e 100644 --- a/includes/Preferences.php +++ b/includes/Preferences.php @@ -204,7 +204,7 @@ class Preferences { } /** - * @param User $user The User object + * @param User $user * @param IContextSource $context * @return array Text/links to display as key; $skinkey as value */ @@ -303,6 +303,8 @@ class Preferences { /** * Handle the form submission if everything validated properly * + * @deprecated since 1.31, use PreferencesFactory + * * @param array $formData * @param PreferencesForm $form * @return bool|Status|string