phplrt/phplrt

View on GitHub

Showing 408 of 408 total issues

Opening brace of a class must be on the line after the definition
Open

class BadReturnTypeException extends VisitorException {}

Opening brace of a class must be on the line after the definition
Open

abstract class Rule implements RuleInterface {}

PHP keywords must be lowercase; expected "default" but found "DEFAULT"
Open

    case DEFAULT;

Opening brace of a class must be on the line after the definition
Open

abstract class Production extends Rule implements ProductionInterface {}

Opening brace of a class must be on the line after the definition
Open

class BrokenTreeException extends \InvalidArgumentException {}

Opening brace of a interface must be on the line after the definition
Open

interface ParserExceptionInterface extends \Throwable {}

Possible parse error: class missing opening or closing brace
Open

final class PhpLanguageInjection extends LanguageInjection

Opening brace of a class must be on the line after the definition
Open

class AttributeException extends VisitorException {}

Opening brace of a class must be on the line after the definition
Open

class VisitorException extends \LogicException {}

PHP keywords must be lowercase; expected "return" but found "RETURN"
Open

    case RETURN;

Opening brace of a interface must be on the line after the definition
Open

interface MultistateLexerExceptionInterface extends LexerExceptionInterface {}

PHP keywords must be lowercase; expected "return" but found "RETURN"
Open

    case RETURN;

Opening brace of a class must be on the line after the definition
Open

abstract class Statement extends Node {}

Possible parse error: class missing opening or closing brace
Open

final class PhpLanguageInjection extends LanguageInjection

PHP keywords must be lowercase; expected "return" but found "RETURN"
Open

    case RETURN;

Opening brace of a interface must be on the line after the definition
Open

interface LexerExceptionInterface extends \Throwable {}

Opening brace of a interface must be on the line after the definition
Open

interface SourceExceptionInterface extends \Throwable {}

Scope keyword "static" must be followed by a single space
Open

    public static function fromOffsetUnderflow(int $expected, int $first): static

Opening brace of a interface must be on the line after the definition
Open

interface PreferContentReadingInterface {}

Possible parse error: class missing opening or closing brace
Open

final class PhpCodeGenerator extends CodeGenerator
Severity
Category
Status
Source
Language