Lock file maintenance #352
continuous-integration.yml
on: push
ci
/
Generate job matrix
7s
Matrix: ci / QA Checks
Annotations
10 errors
ParamNameMismatch:
src/AbstractContainer.php#L454
src/AbstractContainer.php:454:33: ParamNameMismatch: Argument 1 of Laminas\Session\AbstractContainer::offsetUnset has wrong name $key, expecting $offset as defined by Laminas\Stdlib\ArrayObject::offsetUnset (see https://psalm.dev/230)
|
RiskyTruthyFalsyComparison:
src/Config/SessionConfig.php#L217
src/Config/SessionConfig.php:217:31: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
RiskyTruthyFalsyComparison:
src/SaveHandler/MongoDBOptions.php#L84
src/SaveHandler/MongoDBOptions.php:84:25: RiskyTruthyFalsyComparison: Operand of type false|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
RiskyTruthyFalsyComparison:
src/Service/ContainerAbstractServiceFactory.php#L68
src/Service/ContainerAbstractServiceFactory.php:68:13: RiskyTruthyFalsyComparison: Operand of type array<array-key, mixed>|false contains type array<array-key, mixed>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
PossiblyNullOperand:
src/SessionManager.php#L449
src/SessionManager.php:449:13: PossiblyNullOperand: Left operand cannot be nullable, got int<1709235821, max>|null (see https://psalm.dev/080)
|
RiskyTruthyFalsyComparison:
src/Storage/SessionStorage.php#L105
src/Storage/SessionStorage.php:105:46: RiskyTruthyFalsyComparison: Operand of type (TValue:Laminas\Session\Storage\SessionStorage as mixed)|null contains type TValue:Laminas\Session\Storage\SessionStorage as mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
RiskyTruthyFalsyComparison:
src/Validator/HttpUserAgent.php#L22
src/Validator/HttpUserAgent.php:22:13: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
RiskyTruthyFalsyComparison:
src/Validator/Id.php#L33
src/Validator/Id.php:33:13: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
RiskyTruthyFalsyComparison:
src/Validator/Id.php#L53
src/Validator/Id.php:53:17: RiskyTruthyFalsyComparison: Operand of type false|int contains type int, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
RiskyTruthyFalsyComparison:
src/Validator/Id.php#L59
src/Validator/Id.php:59:28: RiskyTruthyFalsyComparison: Operand of type false|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|