Files
PHP.Composer.amazon-incentive/phpstan.neon

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