wikimedia/mediawiki-extensions-CirrusSearch

View on GitHub
includes/ArchiveChangeListener.php

Summary

Maintainability
A
1 hr
Test Coverage

Method onPageUndeleteComplete has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

        ProperPageIdentity $page,
        Authority $restorer,
        string $reason,
        RevisionRecord $restoredRev,
        ManualLogEntry $logEntry,
Severity: Major
Found in includes/ArchiveChangeListener.php - About 1 hr to fix

    Method onPageDeleteComplete has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function onPageDeleteComplete( ProperPageIdentity $page, Authority $deleter,
            string $reason, int $pageID, RevisionRecord $deletedRev, ManualLogEntry $logEntry,
            int $archivedRevisionCount
    Severity: Major
    Found in includes/ArchiveChangeListener.php - About 50 mins to fix

      There are no issues that match your filters.

      Category
      Status