phplrt/phplrt

View on GitHub
libs/parser/src/Parser.php

Summary

Maintainability
A
0 mins
Test Coverage

Arguments with default values must be at the end of the argument list
Open

        private readonly array $options = [],
Severity: Minor
Found in libs/parser/src/Parser.php by phpcodesniffer

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly array $options = [],
Severity: Minor
Found in libs/parser/src/Parser.php by phpcodesniffer

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly LexerInterface $lexer,
Severity: Minor
Found in libs/parser/src/Parser.php by phpcodesniffer

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly PipelineInterface $pipeline = new Pipeline(),
Severity: Minor
Found in libs/parser/src/Parser.php by phpcodesniffer

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly FactoryInterface $buffer = new Factory(),
Severity: Minor
Found in libs/parser/src/Parser.php by phpcodesniffer

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly array $grammar,
Severity: Minor
Found in libs/parser/src/Parser.php by phpcodesniffer

There are no issues that match your filters.

Category
Status