PHP 8.4 Support Added #374
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
6s
Matrix: ci / QA Checks
Annotations
5 errors
RiskyTruthyFalsyComparison:
src/Input/AbstractParamAwareInput.php#L99
src/Input/AbstractParamAwareInput.php:99:13: RiskyTruthyFalsyComparison: Operand of type callable|null contains type callable, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
RiskyTruthyFalsyComparison:
src/Input/AbstractParamAwareInput.php#L214
src/Input/AbstractParamAwareInput.php:214:13: RiskyTruthyFalsyComparison: Operand of type callable|null contains type callable, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
PossiblyInvalidArgument:
src/Input/ChoiceParam.php#L46
src/Input/ChoiceParam.php:46:13: PossiblyInvalidArgument: Argument 3 of Symfony\Component\Console\Question\ChoiceQuestion::__construct expects null|scalar, but possibly different type array<array-key, string>|null|string provided (see https://psalm.dev/092)
|
RiskyTruthyFalsyComparison:
src/Input/StringParam.php#L73
src/Input/StringParam.php:73:17: 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:
test/ApplicationTest.php#L273
test/ApplicationTest.php:273:26: 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)
|