CompileVisitor using the visitor pattern and CompiledInjector #296
static-analysis.yml
on: pull_request
sa
/
PHPStan
11s
sa
/
Psalm
18s
sa
/
PHPMD
15s
sa
/
ComposerRequireChecker
18s
Annotations
12 errors and 7 warnings
sa / ComposerRequireChecker
Process completed with exit code 1.
|
sa / PHPStan:
src/CompileInjector.php#L39
Property Ray\Compiler\CompileInjector::$injector has unknown class Ray\Compiler\CompiledInjector as its type.
|
sa / PHPStan:
src/CompileInjector.php#L47
Instantiated class Ray\Compiler\CompiledInjector not found.
|
sa / PHPStan:
src/CompileInjector.php#L59
Call to method getInstance() on an unknown class Ray\Compiler\CompiledInjector.
|
sa / PHPStan:
src/CompileInjector.php#L67
Instantiated class Ray\Compiler\CompiledInjector not found.
|
sa / PHPStan:
tests/CompileInjectorExtendedScriptInjectorTest.php#L222
Class Ray\Compiler\CompiledInjector not found.
|
sa / PHPStan
Process completed with exit code 1.
|
sa / Psalm:
src/CompileInjector.php#L38
UndefinedDocblockClass: Docblock-defined class, interface or enum named Ray\Compiler\CompiledInjector does not exist
|
sa / Psalm:
src/CompileInjector.php#L47
UndefinedClass: Class, interface or enum named Ray\Compiler\CompiledInjector does not exist
|
sa / Psalm:
src/CompileInjector.php#L59
UndefinedDocblockClass: Docblock-defined class, interface or enum named Ray\Compiler\CompiledInjector does not exist
|
sa / Psalm:
src/CompileInjector.php#L67
UndefinedClass: Class, interface or enum named Ray\Compiler\CompiledInjector does not exist
|
sa / Psalm
Process completed with exit code 1.
|
sa / PHPMD
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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 / ComposerRequireChecker
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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 / PHPStan
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
sa / Psalm
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/
|