Skip to content

Lock file maintenance #317

Lock file maintenance

Lock file maintenance #317

Triggered via pull request November 21, 2024 22:07
Status Failure
Total duration 59s
Artifacts

continuous-integration.yml

on: pull_request
ci  /  Generate job matrix
5s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ParamNameMismatch: src/Collector/ConfigCollector.php#L125
src/Collector/ConfigCollector.php:125:33: ParamNameMismatch: Argument 1 of Laminas\DeveloperTools\Collector\ConfigCollector::unserialize has wrong name $serialized, expecting $data as defined by Serializable::unserialize (see https://psalm.dev/230)
ParamNameMismatch: src/Collector/DbCollector.php#L169
src/Collector/DbCollector.php:169:33: ParamNameMismatch: Argument 1 of Laminas\DeveloperTools\Collector\DbCollector::unserialize has wrong name $serialized, expecting $data as defined by Serializable::unserialize (see https://psalm.dev/230)
RiskyTruthyFalsyComparison: src/Collector/MemoryCollector.php#L111
src/Collector/MemoryCollector.php:111:44: RiskyTruthyFalsyComparison: Operand of type mixed|null contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Collector/TimeCollector.php#L124
src/Collector/TimeCollector.php:124:42: RiskyTruthyFalsyComparison: Operand of type mixed|null contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)