Files
php-uuid/phpstan.neon.dist
T
2022-03-27 03:30:24 +00:00

23 lines
801 B
Plaintext

parameters:
tmpDir: ./build/cache/phpstan
level: max
paths:
- ./src
checkMissingIterableValueType: false
bootstrapFiles:
- ./tests/static-analysis/stubs.php
ignoreErrors:
-
message: '#^Comparison operation ">" between 6 and 0 is always true\.$#'
count: 1
path: ./src/Generator/CombGenerator.php
-
# Legacy methods of `Ramsey\Uuid` use interface methods that are NOT defined on `FieldsInterface`
message: '#^Call to an undefined method Ramsey\\Uuid\\Fields\\FieldsInterface::get.*$#'
count: 9
path: ./src/Lazy/LazyUuidFromString.php
-
message: '#^Result of \|\| is always false\.$#'
count: 1
path: ./src/Type/Time.php