Skip to content

Bump

Bump #1642

Triggered via push January 26, 2025 11:20
Status Failure
Total duration 32s
Artifacts

psalm.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
TooFewArguments: src/Fakes/FakeModelsCommand.php#L26
src/Fakes/FakeModelsCommand.php:26:9: TooFewArguments: Too few arguments for Barryvdh\LaravelIdeHelper\Console\ModelsCommand::__construct - expecting config to be passed (see https://psalm.dev/025)
TooFewArguments: src/Fakes/FakeModelsCommand.php#L26
src/Fakes/FakeModelsCommand.php:26:9: TooFewArguments: Too few arguments for Barryvdh\LaravelIdeHelper\Console\ModelsCommand::__construct - expecting view to be passed (see https://psalm.dev/025)
UnnecessaryVarAnnotation: src/Handlers/Eloquent/Schema/SchemaAggregator.php#L60
src/Handlers/Eloquent/Schema/SchemaAggregator.php:60:18: UnnecessaryVarAnnotation: The @var array<array-key, PhpParser\Node\Stmt\Class_> annotation for $classes is unnecessary (see https://psalm.dev/212)
MoreSpecificReturnType: src/Plugin.php#L73
src/Plugin.php:73:17: MoreSpecificReturnType: The declared return type 'list<string>' for Psalm\LaravelPlugin\Plugin::getTaintAnalysisStubs is more specific than the inferred return type 'array<array-key, mixed>' (see https://psalm.dev/070)
LessSpecificReturnStatement: src/Plugin.php#L76
src/Plugin.php:76:16: LessSpecificReturnStatement: The type 'array<array-key, mixed>' is more general than the declared return type 'list<string>' for Psalm\LaravelPlugin\Plugin::getTaintAnalysisStubs (see https://psalm.dev/129)
PossiblyFalseArgument: src/Plugin.php#L77
src/Plugin.php:77:13: PossiblyFalseArgument: Argument 1 of array_merge cannot be false, possibly array<array-key, mixed> value expected (see https://psalm.dev/104)
MoreSpecificReturnType: src/Plugin.php#L81
src/Plugin.php:81:17: MoreSpecificReturnType: The declared return type 'list<string>' for Psalm\LaravelPlugin\Plugin::getStubsForVersion is more specific than the inferred return type 'array<array-key, mixed>' (see https://psalm.dev/070)
LessSpecificReturnStatement: src/Plugin.php#L86
src/Plugin.php:86:16: LessSpecificReturnStatement: The type 'array<array-key, mixed>' is more general than the declared return type 'list<string>' for Psalm\LaravelPlugin\Plugin::getStubsForVersion (see https://psalm.dev/129)
PossiblyFalseArgument: src/Plugin.php#L87
src/Plugin.php:87:13: PossiblyFalseArgument: Argument 1 of array_merge cannot be false, possibly array<array-key, mixed> value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Plugin.php#L88
src/Plugin.php:88:13: PossiblyFalseArgument: Argument 2 of array_merge cannot be false, possibly array<array-key, mixed> value expected (see https://psalm.dev/104)
Psalm
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636