mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
18 lines
607 B
Plaintext
18 lines
607 B
Plaintext
parameters:
|
|
checkMissingIterableValueType: false
|
|
autoload_files:
|
|
- tests/phpstan-bootstrap.php
|
|
ignoreErrors:
|
|
-
|
|
message: "#^Negated boolean expression is always false\\.$#"
|
|
count: 1
|
|
path: src/Uuid.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
|