Skip to content

Fixed wrong method names in the doc blocks (#297) #64

Fixed wrong method names in the doc blocks (#297)

Fixed wrong method names in the doc blocks (#297) #64

Triggered via push January 22, 2024 09:03
Status Failure
Total duration 14m 18s
Artifacts

branch_main.yml

on: push
Matrix: Test / phpunit
Docs  /  Deploy to GitHub Pages
0s
Docs / Deploy to GitHub Pages
Test  /  mark_coverage_done
2s
Test / mark_coverage_done
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Test / Run PHP-CS
Process completed with exit code 8.
Docs / Generate
Process completed with exit code 4.
RiskyTruthyFalsyComparison: src/File.php#L98
src/File.php:98:44: 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: src/File.php#L161
src/File.php:161: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: src/File.php#L353
src/File.php:353: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: src/ZipStream.php#L333
src/ZipStream.php:333:13: 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/ZipStream.php#L826
src/ZipStream.php:826: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)
Test / Run Psalm
Process completed with exit code 2.