wikimedia/mediawiki-extensions-CirrusSearch

View on GitHub
maintenance/UpdateSearchIndexConfig.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function execute() {
        // Use the default connection, rather than the one specified
        // by --cluster, as we are collecting cluster independent metadata.
        // Also our script specific `all` cluster fails self::getConnection.
        $conn = Connection::getPool( $this->getSearchConfig() );
Severity: Minor
Found in maintenance/UpdateSearchIndexConfig.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status