phplrt/phplrt

View on GitHub
libs/lexer/src/Config/OnHiddenToken.php

Summary

Maintainability
A
0 mins
Test Coverage

A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 35 and the first side effect is on line 11.
Open

<?php

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

    case RETURN;

Line indented incorrectly; expected 0 spaces, found 4
Open

    case RETURN;

Line indented incorrectly; expected 0 spaces, found 4
Open

    case SKIP;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

}

There are no issues that match your filters.

Category
Status