Fix php 8.4 deprecation notices #6
Merged
Annotations
6 errors
|
Psalm static analysis.:
src/SapiNormalizer.php#L59
src/SapiNormalizer.php:59:19: RiskyTruthyFalsyComparison: Operand of type ''|mixed 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 static analysis.:
src/SapiNormalizer.php#L67
src/SapiNormalizer.php:67:13: RiskyTruthyFalsyComparison: Operand of type ''|mixed 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 static analysis.:
src/SapiNormalizer.php#L71
src/SapiNormalizer.php:71:19: RiskyTruthyFalsyComparison: Operand of type ''|mixed 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 static analysis.:
src/SapiNormalizer.php#L75
src/SapiNormalizer.php:75:13: RiskyTruthyFalsyComparison: Operand of type ''|mixed 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 static analysis.
Process completed with exit code 2.
|
Loading