Skip to content

Merge pull request #38 from Pythagus/improve-configuration-errors #77

Merge pull request #38 from Pythagus/improve-configuration-errors

Merge pull request #38 from Pythagus/improve-configuration-errors #77

Triggered via push January 10, 2025 13:56
Status Failure
Total duration 40s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
MixedInferredReturnType: src/Console/Update.php#L40
src/Console/Update.php:40:16: MixedInferredReturnType: Could not verify return type 'void' for InteractionDesignFoundation\GeoIP\Console\Update::fire (see https://psalm.dev/047)
InvalidReturnStatement: src/Console/Update.php#L50
src/Console/Update.php:50:20: InvalidReturnStatement: No return values are expected for InteractionDesignFoundation\GeoIP\Console\Update::fire (see https://psalm.dev/128)
InvalidDocblockParamName: src/Services/AbstractService.php#L66
src/Services/AbstractService.php:66:31: InvalidDocblockParamName: Incorrect param name $key in docblock for InteractionDesignFoundation\GeoIP\Services\AbstractService::ensureConfigurationParameterDefined (see https://psalm.dev/187)
MissingParamType: src/Services/AbstractService.php#L69
src/Services/AbstractService.php:69:57: MissingParamType: Parameter $keys has no provided type (see https://psalm.dev/154)
MixedAssignment: src/Services/AbstractService.php#L71
src/Services/AbstractService.php:71:9: MixedAssignment: Unable to determine the type that $keys is being assigned to (see https://psalm.dev/032)
MixedAssignment: src/Services/AbstractService.php#L73
src/Services/AbstractService.php:73:26: MixedAssignment: Unable to determine the type that $key is being assigned to (see https://psalm.dev/032)
MixedAssignment: src/Services/AbstractService.php#L74
src/Services/AbstractService.php:74:13: MixedAssignment: Unable to determine the type that $config is being assigned to (see https://psalm.dev/032)
MixedArgument: src/Services/AbstractService.php#L74
src/Services/AbstractService.php:74:37: MixedArgument: Argument 1 of InteractionDesignFoundation\GeoIP\Services\AbstractService::config cannot be mixed, expecting string (see https://psalm.dev/030)
UnusedBaselineEntry: src/Services/MaxMindWebService.php#L1
src/Services/MaxMindWebService.php:0:0: UnusedBaselineEntry: Baseline for issue "MixedArgument" has 1 extra entry. (see https://psalm.dev/316)
Psalm
Process completed with exit code 2.
Psalm
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636