wikimedia/mediawiki-extensions-Translate

View on GitHub
src/MessageLoading/DatabaseMessageIndex.php

Summary

Maintainability
A
1 hr
Test Coverage

Method store has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function store( array $array, array $diff ): void {
        $updates = [];

        foreach ( [ $diff['add'], $diff['mod'] ] as $changes ) {
            foreach ( $changes as $key => $data ) {
Severity: Minor
Found in src/MessageLoading/DatabaseMessageIndex.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status