Introducing CompileVisitor using the visitor pattern #202
Annotations
10 errors and 1 warning
Run PHPStan:
src/CompileVisitor.php#L63
Method Ray\Compiler\CompileVisitor::visitInstance() has parameter $value with no type specified.
|
Run PHPStan:
src/CompileVisitor.php#L81
Method Ray\Compiler\CompileVisitor::visitAspectBind() has no return type specified.
|
Run PHPStan:
src/CompileVisitor.php#L87
Method Ray\Compiler\CompileVisitor::visitNewInstance() has no return type specified.
|
Run PHPStan:
src/CompileVisitor.php#L106
Method Ray\Compiler\CompileVisitor::visitSetterMethods() has no return type specified.
|
Run PHPStan:
src/CompileVisitor.php#L106
Method Ray\Compiler\CompileVisitor::visitSetterMethods() has parameter $setterMethods with no value type specified in iterable type array.
|
Run PHPStan:
src/CompileVisitor.php#L115
Method Ray\Compiler\CompileVisitor::visitSetterMethod() has no return type specified.
|
Run PHPStan:
src/CompileVisitor.php#L122
Method Ray\Compiler\CompileVisitor::visitArguments() has no return type specified.
|
Run PHPStan:
src/CompileVisitor.php#L122
Method Ray\Compiler\CompileVisitor::visitArguments() has parameter $arguments with no value type specified in iterable type array.
|
Run PHPStan:
src/CompileVisitor.php#L131
Method Ray\Compiler\CompileVisitor::visitArgument() has parameter $defaultValue with no type specified.
|
Run PHPStan:
src/Compiler.php#L30
Parameter #1 $f of method Ray\Di\Container::map() expects callable(Ray\Di\DependencyInterface): Ray\Di\DependencyInterface, Closure(Ray\Di\DependencyInterface, string): Ray\Di\DependencyInterface given.
|
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/.
|
Loading