wikimedia/mediawiki-extensions-Translate

View on GitHub
src/TranslatorInterface/MessageTable.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method fullTable has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function fullTable(): string {
        $modules = [];
        Services::getInstance()->getHookRunner()->onTranslateBeforeAddModules( $modules );
        $this->getOutput()->addModules( $modules );

Severity: Minor
Found in src/TranslatorInterface/MessageTable.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status