11 lines
156 B
Plaintext
11 lines
156 B
Plaintext
|
|
# PHP Stan Config
|
||
|
|
|
||
|
|
parameters:
|
||
|
|
tmpDir: /tmp/phpstan-codeblocks-dotenv
|
||
|
|
level: max
|
||
|
|
paths:
|
||
|
|
- %currentWorkingDirectory%
|
||
|
|
excludePaths:
|
||
|
|
- vendor
|
||
|
|
- test
|