Merge pull request #407 from szepeviktor/patch-1

Keep PHPStan ignored errors up-to-date
This commit is contained in:
Ben Ramsey
2022-03-27 12:24:05 -05:00
committed by GitHub
-13
View File
@@ -4,22 +4,9 @@ parameters:
paths:
- ./src
checkMissingIterableValueType: false
reportUnmatchedIgnoredErrors: false
bootstrapFiles:
- ./tests/static-analysis/stubs.php
ignoreErrors:
-
message: '#^Call to function is_int\(\) with float will always evaluate to false\.$#'
count: 1
path: ./src/Converter/Time/PhpTimeConverter.php
-
message: '#^Unreachable statement - code above always terminates\.$#'
count: 1
path: ./src/Converter/Time/PhpTimeConverter.php
-
message: '#^Comparison operation "<" between int<6, max> and 0 is always false\.$#'
count: 1
path: ./src/Generator/CombGenerator.php
-
message: '#^Comparison operation ">" between 6 and 0 is always true\.$#'
count: 1