12 lines
214 B
Plaintext
12 lines
214 B
Plaintext
# PHP Stan Config
|
|
|
|
parameters:
|
|
tmpDir: %currentWorkingDirectory%/tmp/phpstan-codeblocks-amazon-incentives
|
|
level: 8
|
|
paths:
|
|
- %currentWorkingDirectory%/src
|
|
excludePaths:
|
|
# ignore composer
|
|
- vendor
|
|
- test
|