Lock file maintenance #318
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
10s
Matrix: ci / QA Checks
Annotations
2 errors
RiskyTruthyFalsyComparison:
src/ProblemDetailsResponseFactory.php#L223
src/ProblemDetailsResponseFactory.php:223:13: RiskyTruthyFalsyComparison: Operand of type int|null 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:
test/ProblemDetailsResponseFactoryTest.php#L147
test/ProblemDetailsResponseFactoryTest.php:147:13: RiskyTruthyFalsyComparison: Operand of type false|int<0, max> contains type int<0, max>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|