Files
php-uuid/phpstan.neon.dist
T
2022-08-13 10:43:35 -05:00

26 lines
912 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
-
message: '#^Result of \|\| is always false\.$#'
count: 1
path: ./src/Generator/DceSecurityGenerator.php
-
message: '#^Comparison operation ">" between int<0, 63>\|null and 63 is always false\.$#'
count: 1
path: ./src/Generator/DceSecurityGenerator.php
-
message: '#^Comparison operation "<" between int<0, 63>\|null and 0 is always false\.$#'
count: 1
path: ./src/Generator/DceSecurityGenerator.php