wikimedia/mediawiki-extensions-Wikibase

View on GitHub
lib/includes/Store/EntityStore.php

Summary

Maintainability
A
1 hr
Test Coverage

Method saveEntity has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function saveEntity( EntityDocument $entity, $summary, User $user, $flags = 0, $baseRevId = false, array $tags = [] );
Severity: Minor
Found in lib/includes/Store/EntityStore.php - About 45 mins to fix

    Method saveRedirect has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function saveRedirect( EntityRedirect $redirect, $summary, User $user, $flags = 0, $baseRevId = false, array $tags = [] );
    Severity: Minor
    Found in lib/includes/Store/EntityStore.php - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status