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

12 lines
214 B
Plaintext
Raw Normal View History

# PHP Stan Config
parameters:
2024-05-22 18:02:01 +09:00
tmpDir: %currentWorkingDirectory%/tmp/phpstan-codeblocks-amazon-incentives
level: 8
paths:
2024-05-22 17:27:20 +09:00
- %currentWorkingDirectory%/src
excludePaths:
# ignore composer
- vendor
- test