fisharebest/webtrees

View on GitHub
app/Module/LanguageCzech.php

Summary

Maintainability
A
3 hrs
Test Coverage

Method alphabet has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function alphabet(): array
    {
        return [
            'A',
            UTF8::LATIN_CAPITAL_LETTER_A_WITH_ACUTE,
Severity: Minor
Found in app/Module/LanguageCzech.php - About 1 hr to fix

    Method normalizeExceptions has 32 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        protected function normalizeExceptions(): array
        {
            return [
                'A' . UTF8::COMBINING_CARON        => UTF8::LATIN_CAPITAL_LETTER_A_WITH_ACUTE,
                'C' . UTF8::COMBINING_CARON        => UTF8::LATIN_CAPITAL_LETTER_C_WITH_CARON,
    Severity: Minor
    Found in app/Module/LanguageCzech.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status