wikimedia/mediawiki-extensions-Wikibase

View on GitHub
client/includes/Hooks/SkinAfterBottomScriptsHandler.php

Summary

Maintainability
A
1 hr
Test Coverage

Method createSchema has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function createSchema(
        Title $title,
        $revisionTimestamp,
        $entityConceptUri,
        File $imageFile = null,
Severity: Minor
Found in client/includes/Hooks/SkinAfterBottomScriptsHandler.php - About 1 hr to fix

    Method createSchema has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            Title $title,
            $revisionTimestamp,
            $entityConceptUri,
            File $imageFile = null,
            $description = null
    Severity: Minor
    Found in client/includes/Hooks/SkinAfterBottomScriptsHandler.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status