wikimedia/mediawiki-extensions-Translate

View on GitHub
src/Services.php

Summary

Maintainability
B
6 hrs
Test Coverage

Services has 46 functions (exceeds 20 allowed). Consider refactoring.
Open

class Services implements ContainerInterface {
    private ContainerInterface $container;

    private function __construct( ContainerInterface $container ) {
        $this->container = $container;
Severity: Minor
Found in src/Services.php - About 6 hrs to fix

    There are no issues that match your filters.

    Category
    Status