src/GraphQL/BaseParser.php

Summary

Maintainability
F
3 days
Test Coverage

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

    protected function createGrammarRules(): array
    {
        return [
            new Concatenation(0, ['TypeSystemLanguage'], 'Document'),
            new Concatenation(1, ['ExecutableLanguage'], null),
Severity: Major
Found in src/GraphQL/BaseParser.php - About 1 day to fix

    File BaseParser.php has 588 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    <?php
    /**
     * This file is part of Phplrt package.
     *
     * For the full copyright and license information, please view the LICENSE
    Severity: Major
    Found in src/GraphQL/BaseParser.php - About 1 day to fix

      There are no issues that match your filters.

      Category
      Status