Files
php-uuid/phpstan.neon.dist
T
2022-08-05 15:17:01 -05:00

16 lines
514 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
- '#^Method Ramsey\\Uuid\\Generator\\Pecl[A-Za-z]+Generator::generate\(\) should return string but returns string\|false\.$#'