Lock file maintenance #317
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
5s
Matrix: ci / QA Checks
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)
|