Fix php 8.4 deprecation notices #31
Annotations
5 errors and 1 warning
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.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading