Lock file maintenance #317
Annotations
4 errors
Psalm [8.1, locked]:
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)
|
Psalm [8.1, locked]:
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)
|
Psalm [8.1, locked]:
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)
|
Psalm [8.1, locked]:
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)
|
Loading