Return the page_id in list=langbacklinks as an int
[lhc/web/wiklou.git] / includes / preferences / PreferencesFactory.php
index 35237be..685f78c 100644 (file)
@@ -62,7 +62,7 @@ interface PreferencesFactory {
        public function getForm(
                User $user,
                IContextSource $contextSource,
-               $formClass = 'PreferencesForm',
+               $formClass = \PreferencesForm::class,
                array $remove = []
        );