Update formatting
Break or shrink long lines. Change-Id: I729dffe3f0d9e1132d9232779dc60647a1dc5a97
This commit is contained in:
@@ -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' ) {
|
||||
|
||||
Reference in New Issue
Block a user