src/Json/Json5/BaseParser.php

Summary

Maintainability
A
3 hrs
Test Coverage

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

    protected function createGrammarRules(): array
    {
        return [
            new Concatenation(0, ['Value'], null),
            (new Concatenation('Json', [0], 'Json'))->setDefaultId('Json'),
Severity: Major
Found in src/Json/Json5/BaseParser.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status