From: Umherirrender Date: Thu, 6 Jun 2019 19:59:27 +0000 (+0200) Subject: Fix ServiceOptions type in constructor documentation X-Git-Tag: 1.34.0-rc.0~1495^2 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=f734e7b1089e0493d19814d5294e7af09eddbca4;p=lhc%2Fweb%2Fwiklou.git Fix ServiceOptions type in constructor documentation Change-Id: I3fcde4e484ddd6d86e4ca12dcf5977051e7f4cf2 --- diff --git a/includes/preferences/DefaultPreferencesFactory.php b/includes/preferences/DefaultPreferencesFactory.php index 1ba6d99429..beed60b1ab 100644 --- a/includes/preferences/DefaultPreferencesFactory.php +++ b/includes/preferences/DefaultPreferencesFactory.php @@ -113,7 +113,7 @@ class DefaultPreferencesFactory implements PreferencesFactory { /** * Do not call this directly. Get it from MediaWikiServices. * - * @param array|Config $options Config accepted for backwards compatibility + * @param ServiceOptions|Config $options Config accepted for backwards compatibility * @param Language $contLang * @param AuthManager $authManager * @param LinkRenderer $linkRenderer