martin-helmich/typo3-typoscript-parser

View on GitHub
src/Parser/AST/ConditionalStatement.php

Summary

Maintainability
A
35 mins
Test Coverage
A
100%

Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function __construct(string $condition, array $ifStatements, array $elseStatements, int $sourceLine, bool $unterminated = false)
Severity: Minor
Found in src/Parser/AST/ConditionalStatement.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status