src/SDL/Parser/BaseParser.php

Summary

Maintainability
C
1 day
Test Coverage

Method createGrammarRules has 241 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function createGrammarRules(): array
    {
        return [
            new Repetition(0, 0, -1, 'Directive', null),
            new Repetition(1, 0, -1, 'Definition', null),
Severity: Major
Found in src/SDL/Parser/BaseParser.php - About 1 day to fix

    File BaseParser.php has 360 lines of code (exceeds 250 allowed). Consider refactoring.
    Invalid

    <?php
    /**
     * This file is part of Phplrt package.
     *
     * For the full copyright and license information, please view the LICENSE
    Severity: Minor
    Found in src/SDL/Parser/BaseParser.php - About 4 hrs to fix

      There are no issues that match your filters.

      Category
      Status