Files
php-uuid/phpstan.neon
T
Martin Hujer ca2629767d Require phpstan and correct issues found up to level 2
* issues found by phpstan L0
* issues found by phpstan L1
* issues found by phpstan L2 in src/
* issues found by phpstan L2 in tests/
2020-01-18 12:13:08 -06:00

7 lines
217 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#'