includes/MetaStore/MetaVersionStore.php
Method buildDocument
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function buildDocument( Connection $connection, $baseName, $typeName ) {
global $IP;
if ( $typeName == Connection::TITLE_SUGGEST_INDEX_SUFFIX ) {
[ $aMaj, $aMin ] = explode( '.', SuggesterAnalysisConfigBuilder::VERSION, 3 );
[ $mMaj, $mMin ] = explode( '.', SuggesterMappingConfigBuilder::VERSION, 3 );