From 17c1ce60e5fae71573907e491bb91221be2a106a Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 26 May 2013 11:14:50 +0200 Subject: [PATCH] Update formatting Break or shrink long lines. Change-Id: I729dffe3f0d9e1132d9232779dc60647a1dc5a97 --- UniversalLanguageSelector.hooks.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/UniversalLanguageSelector.hooks.php b/UniversalLanguageSelector.hooks.php index 3624ad2d..a3518f77 100644 --- a/UniversalLanguageSelector.hooks.php +++ b/UniversalLanguageSelector.hooks.php @@ -62,7 +62,8 @@ class UniversalLanguageSelectorHooks { } /** - * @param $testModules array of javascript testing modules. 'qunit' is fed using tests/qunit/QUnitTestResources.php. + * @param $testModules array of javascript testing modules. 'qunit' is fed + * using tests/qunit/QUnitTestResources.php. * @param $resourceLoader ResourceLoader * @return bool * Hook: ResourceLoaderTestModules @@ -311,7 +312,9 @@ class UniversalLanguageSelectorHooks { * @param QuickTemplate $template * @return bool */ - public static function onSkinTemplateOutputPageBeforeExec( Skin &$skin, QuickTemplate &$template ) { + public static function onSkinTemplateOutputPageBeforeExec( Skin &$skin, + QuickTemplate &$template + ) { global $wgULSPosition; if ( $wgULSPosition !== 'interlanguage' ) {