Files
PHP.Composer.dotenv/phpstan.neon
Clemens Schwaighofer 06479cadea phpunit test update, update all static testers, add psalm tester
Add Readme file update for install via composer

psalm static checker added
phan and phpstan update with ignoring vendor and test files as they are
not needed in final system
2022-06-08 13:34:48 +09:00

11 lines
156 B
Plaintext

# PHP Stan Config
parameters:
tmpDir: /tmp/phpstan-codeblocks-dotenv
level: max
paths:
- %currentWorkingDirectory%
excludePaths:
- vendor
- test