fisharebest/webtrees

View on GitHub
app/Module/LanguageFrench.php

Summary

Maintainability
B
5 hrs
Test Coverage

Method relationships has 140 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function relationships(): array
    {
        // Construct the genitive form in French
        $genitive = static fn (string $s, string $genitive_link): array => [$s, '%s ' . $genitive_link . $s];

Severity: Major
Found in app/Module/LanguageFrench.php - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status