client/includes/ClientHooks.php
Method onSkinAfterBottomScripts
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function onSkinAfterBottomScripts( Skin $skin, &$html ) {
$services = MediaWikiServices::getInstance();
$enabledNamespaces = WikibaseClient::getSettings( $services )
->getSetting( 'pageSchemaNamespaces' );
Method onFormat
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static function onFormat( &$comment, $pre, $auto, $post, $title, $local, $wikiId = null ) {