mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
21 lines
521 B
Plaintext
21 lines
521 B
Plaintext
parameters:
|
|
tmpDir: ./build/cache/phpstan
|
|
level: max
|
|
treatPhpDocTypesAsCertain: false
|
|
paths:
|
|
- ./src
|
|
- ./tests
|
|
bootstrapFiles:
|
|
- ./tests/static-analysis/stubs.php
|
|
excludePaths:
|
|
analyse:
|
|
- ./tests/ExpectedBehaviorTest.php
|
|
- ./tests/static-analysis/stubs.php
|
|
ignoreErrors:
|
|
-
|
|
identifier: method.resultUnused
|
|
path: tests/*
|
|
-
|
|
identifier: staticMethod.resultUnused
|
|
path: tests/*
|