Skip to content

Fixed wrong method names in the DocBlocks #126

Fixed wrong method names in the DocBlocks

Fixed wrong method names in the DocBlocks #126

Triggered via pull request January 22, 2024 07:56
Status Failure
Total duration 14m 2s
Artifacts

pr.yml

on: pull_request
Matrix: Test / phpunit
Test  /  Run Psalm
18s
Test / Run Psalm
Test  /  Run PHP-CS
16s
Test / Run PHP-CS
Dependabot  /  Automerge PRs
Dependabot / Automerge PRs
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.
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.
Docs / Generate
Process completed with exit code 4.