From e1f7ebb462269e5a4976a1f6ad41e8cd35e48da8 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 12 Nov 2012 07:53:23 +0100 Subject: [PATCH] Update docs Change-Id: I68c0751bf044aa1e35b8db0f85ac2b54270860e9 --- UniversalLanguageSelector.hooks.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/UniversalLanguageSelector.hooks.php b/UniversalLanguageSelector.hooks.php index 86527d44..31e8acc9 100644 --- a/UniversalLanguageSelector.hooks.php +++ b/UniversalLanguageSelector.hooks.php @@ -76,6 +76,7 @@ class UniversalLanguageSelectorHooks { } /** + * @param array $preferred * @return string */ protected static function getDefaultLanguage( array $preferred ) { @@ -202,7 +203,8 @@ class UniversalLanguageSelectorHooks { /** * Hook: MakeGlobalVariablesScript - * @param $vars Array + * @param array $vars + * @param OutputPage $out * @return bool */ public static function addVariables( &$vars, OutputPage $out ) {