phplrt/phplrt

View on GitHub
libs/lexer/src/Runtime/Executor.php

Summary

Maintainability
A
0 mins
Test Coverage

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

        private readonly GeneratorInterface $aliases = new OrderedGenerator(),

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly array $skip,

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly array $modifiers = Compiler::DEFAULT_MODIFIERS,

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly string $unknown = Lexer::DEFAULT_UNKNOWN_TOKEN_NAME,

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly GeneratorInterface $aliases = new OrderedGenerator(),

There are no issues that match your filters.

Category
Status