wikimedia/mediawiki-extensions-CirrusSearch

View on GitHub
maintenance/CopySearchIndex.php

Summary

Maintainability
A
1 hr
Test Coverage

Method execute has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function execute() {
        $this->indexSuffix = $this->getOption( 'indexSuffix' );
        $this->indexBaseName = $this->getOption( 'baseName',
            $this->getSearchConfig()->get( SearchConfig::INDEX_BASE_NAME ) );

Severity: Minor
Found in maintenance/CopySearchIndex.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status