mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
25 lines
985 B
Plaintext
25 lines
985 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: '#^Property Ramsey\\Uuid\\FeatureSet::\$disableBigNumber is never read, only written#'
|
|
count: 1
|
|
path: ./src/FeatureSet.php
|
|
|
|
- '#^Method Ramsey\\Uuid\\Generator\\Pecl[A-Za-z]+Generator::generate\(\) should return string but returns string\|false\.$#'
|