mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
ca2629767d
* issues found by phpstan L0 * issues found by phpstan L1 * issues found by phpstan L2 in src/ * issues found by phpstan L2 in tests/
8 lines
282 B
Plaintext
8 lines
282 B
Plaintext
parameters:
|
|
ignoreErrors:
|
|
- '#Function uuid_create not found#'
|
|
- '#Function uuid_parse not found#'
|
|
- '#Constant UUID_TYPE_TIME not found#'
|
|
- '#Constant UUID_TYPE_RANDOM not found#'
|
|
- '#Cannot cast Ramsey\\Uuid\\UuidInterface to string.#'
|