Update formatting

Break or shrink long lines.

Change-Id: I729dffe3f0d9e1132d9232779dc60647a1dc5a97
This commit is contained in:
Siebrand Mazeland
2013-05-26 11:14:50 +02:00
parent 64b3ff6cde
commit 17c1ce60e5

View File

@@ -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' ) {