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

static-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 3 warnings
sa / PHPMD
Process completed with exit code 2.
sa / Psalm: src/AirInjector.php#L81
UnsupportedPropertyReferenceUsage: This reference cannot be analyzed by Psalm.
sa / Psalm: src/InjectionPoint.php#L29
MissingReturnType: Method Ray\Compiler\InjectionPoint::getInstance does not have a return type, expecting Ray\Compiler\InjectionPoint
sa / Psalm
Process completed with exit code 1.
sa / PHPStan: src/AirInjector.php#L81
Variable $instance in PHPDoc tag @var does not match assigned variable $singletons.
sa / PHPStan: src/InjectionPoint.php#L29
Method Ray\Compiler\InjectionPoint::getInstance() has no return type specified.
sa / PHPStan: src/InjectionPoint.php#L29
Method Ray\Compiler\InjectionPoint::getInstance() has parameter $ip with no value type specified in iterable type array.
sa / PHPStan
Process completed with exit code 1.
sa / ComposerRequireChecker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
sa / PHPMD
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
sa / Psalm
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/