fisharebest/webtrees

View on GitHub
app/Report/ReportParserBase.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __construct(string $report)
    {
        $this->xml_parser = xml_parser_create();

        xml_parser_set_option($this->xml_parser, XML_OPTION_CASE_FOLDING, 0);
Severity: Minor
Found in app/Report/ReportParserBase.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status