Fix ServiceOptions type in constructor documentation
authorUmherirrender <umherirrender_de.wp@web.de>
Thu, 6 Jun 2019 19:59:27 +0000 (21:59 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Thu, 6 Jun 2019 19:59:27 +0000 (21:59 +0200)
Change-Id: I3fcde4e484ddd6d86e4ca12dcf5977051e7f4cf2

includes/preferences/DefaultPreferencesFactory.php

index 1ba6d99..beed60b 100644 (file)
@@ -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