CompileVisitor using the visitor pattern and CompiledInjector #288
static-analysis.yml
on: pull_request
sa
/
PHPStan
14s
sa
/
Psalm
16s
sa
/
PHPMD
10s
sa
/
ComposerRequireChecker
10s
Annotations
10 errors and 7 warnings
sa / PHPStan:
src/AirInjector.php#L86
Call to function assert() with true will always evaluate to true.
|
sa / PHPStan:
src/AirInjector.php#L86
Call to function is_array() with array<object> will always evaluate to true.
|
sa / PHPStan:
src/InstanceScript.php#L146
Parameter #2 ...$values of function sprintf expects bool|float|int|string|null, list<string>|string given.
|
sa / PHPStan:
src/InstanceScript.php#L146
Parameter #3 $subject of function str_replace expects array<string>|string, Ray\Aop\MethodInterceptor given.
|
sa / PHPStan:
src/InstanceScript.php#L147
Parameter #2 ...$values of function sprintf expects bool|float|int|string|null, Ray\Aop\MethodInterceptor given.
|
sa / PHPStan:
src/InstanceScript.php#L153
Parameter #2 $array of function implode expects array<string>, array<Ray\Aop\MethodInterceptor> given.
|
sa / PHPStan
Process completed with exit code 1.
|
sa / Psalm:
src/AirInjector.php#L86
RedundantConditionGivenDocblockType: Docblock-defined type array<array-key, object> for $singletons is always array<array-key, mixed>
|
sa / Psalm:
src/AirInjector.php#L86
RedundantConditionGivenDocblockType: Docblock-defined type array<array-key, object> for $singletons is always array<array-key, mixed>
|
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/
|