honeybee/trellis

View on GitHub
src/CodeGen/Parser/Schema/EntityTypeDefinitionXpathParser.php

Summary

Maintainability
A
1 hr
Test Coverage

Method parseEntityTypeDefinition has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function parseEntityTypeDefinition(DOMXPath $xpath, DOMElement $element)
    {
        $implementor = null;
        $implementor_list = $xpath->query('./implementor', $element);
        if ($implementor_list->length > 0) {
Severity: Minor
Found in src/CodeGen/Parser/Schema/EntityTypeDefinitionXpathParser.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status