wikimedia/mediawiki-extensions-Wikibase

View on GitHub
client/includes/RecentChanges/RecentChangesFinder.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getRecentChangeId has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getRecentChangeId( RecentChange $change ) {
        $attribs = $change->getAttributes();

        //XXX: need to check master?
        $db = $this->connectionManager->getReadConnection();
Severity: Minor
Found in client/includes/RecentChanges/RecentChangesFinder.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status