Introducing CompileVisitor using the visitor pattern (2) #269
coding-standards.yml
on: pull_request
cs
/
Coding Standards
13s
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.
|