Skip to content

Introducing CompileVisitor using the visitor pattern (2) #269

Introducing CompileVisitor using the visitor pattern (2)

Introducing CompileVisitor using the visitor pattern (2) #269

Triggered via pull request November 30, 2024 04:20
Status Failure
Total duration 23s
Artifacts

coding-standards.yml

on: pull_request
cs  /  Coding Standards
13s
cs / Coding Standards
Fit to window
Zoom out
Zoom in

Annotations

9 errors
cs / Coding Standards: src/InjectionPoint.php#L29
Method \Ray\Compiler\InjectionPoint::getInstance() does not have @param annotation for its traversable parameter $ip.
cs / Coding Standards: src/InjectionPoint.php#L29
Method \Ray\Compiler\InjectionPoint::getInstance() does not have return type hint nor @return annotation for its return value.
cs / Coding Standards: tests/AirInjectorTest.php#L149
Each class must be in a file by itself
cs / Coding Standards: tests/AirInjectorTest.php#L149
Class name doesn't match filename; expected "class AirInjectorTest"
cs / Coding Standards: tests/InjectionPointTest.php#L65
Each class must be in a file by itself
cs / Coding Standards: tests/InjectionPointTest.php#L65
Class name doesn't match filename; expected "class InjectionPointTest"
cs / Coding Standards: tests/InjectionPointTest.php#L74
Each class must be in a file by itself
cs / Coding Standards: tests/InjectionPointTest.php#L74
Class name doesn't match filename; expected "class InjectionPointTest"
cs / Coding Standards
Process completed with exit code 1.