Fixed wrong method names in the doc blocks (#297) #64
branch_main.yml
on: push
Docs
/
Generate
12s
Matrix: Test / phpunit
Test
/
Run Psalm
14s
Test
/
Run PHP-CS
12s
Docs
/
Upload
0s
Docs
/
Deploy to GitHub Pages
0s
Test
/
mark_coverage_done
2s
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.
|