Add static checker, phpunit config file
This commit is contained in:
10
phpstan.neon
Normal file
10
phpstan.neon
Normal file
@@ -0,0 +1,10 @@
|
||||
# PHP Stan Config
|
||||
|
||||
parameters:
|
||||
tmpDir: /tmp/phpstan-codeblocks-dotenv
|
||||
level: max
|
||||
paths:
|
||||
- %currentWorkingDirectory%
|
||||
excludePaths:
|
||||
- vendor
|
||||
- test
|
||||
Reference in New Issue
Block a user