mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-13 15:46:53 +03:00
14 lines
337 B
Plaintext
14 lines
337 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
|