Kolyunya/string-processor

View on GitHub
sources/Translit/Dictionary/RuEnDictionary.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method getSubstitutions has 68 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getSubstitutions()
    {
        return array(
            'а' => 'a',
            'б' => 'b',
Severity: Major
Found in sources/Translit/Dictionary/RuEnDictionary.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status