mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-13 15:46:53 +03:00
chore: update package files
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
parameters:
|
||||
tmpDir: ./build/cache/phpstan
|
||||
level: max
|
||||
paths:
|
||||
- ./src
|
||||
checkMissingIterableValueType: false
|
||||
reportUnmatchedIgnoredErrors: false
|
||||
bootstrapFiles:
|
||||
- ./tests/phpstan-bootstrap.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
|
||||
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
|
||||
Reference in New Issue
Block a user