Introducing CompileVisitor using the visitor pattern #205
Annotations
10 errors and 1 warning
Run PHP_CodeSniffer:
src/Compiler.php#L17
Header blocks must not contain blank lines
|
Run PHP_CodeSniffer:
src/Compiler.php#L19
Type unlink is not used in this file.
|
Run PHP_CodeSniffer:
src/Compiler.php#L19
Expected 0 lines between same types of use statement, found 1.
|
Run PHP_CodeSniffer:
src/Compiler.php#L20
Expected 1 line between different types of use statement, found 0.
|
Run PHP_CodeSniffer:
src/Compiler.php#L27
Expected 1 line between description and annotations, found 0.
|
Run PHP_CodeSniffer:
src/Compiler.php#L59
Expected 1 line before "return", found 0.
|
Run PHP_CodeSniffer:
tests/CompilerTest.php#L12
Type Ray\Compiler\Exception\CompileLockFailed is not used in this file.
|
Run PHP_CodeSniffer:
tests/CompilerTest.php#L16
Type exec is not used in this file.
|
Run PHP_CodeSniffer:
tests/CompilerTest.php#L19
Type sprintf is not used in this file.
|
Run PHP_CodeSniffer
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading