fisharebest/webtrees

View on GitHub
app/CustomTags/Gedcom7.php

Summary

Maintainability
B
4 hrs
Test Coverage

Method tags has 112 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function tags(): array
    {
        $tags = [
            'FAM:NO'                     => new FamilyNonEvent(I18N::translate('Event did not occur')),
            'INDI:NO'                    => new IndividualNonEvent(I18N::translate('Event did not occur')),
Severity: Major
Found in app/CustomTags/Gedcom7.php - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status