Introducing CompileVisitor using the visitor pattern (2) #269
static-analysis.yml
on: pull_request
sa
/
PHPStan
13s
sa
/
Psalm
15s
sa
/
PHPMD
11s
sa
/
ComposerRequireChecker
11s
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/
|