diff options
author | Valery Piashchynski <[email protected]> | 2020-11-05 17:07:38 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-05 17:07:38 +0300 |
commit | 043be1537393375f71f2e96708ec5d045bfab190 (patch) | |
tree | 21abd81c1462c595601be88601cc6a54d61f8b40 /phpstan.neon.dist | |
parent | 2bc1be2aee88453197d33a19abb963cc52d88ef8 (diff) |
add phpstan config, commented composer analyze in CI
Diffstat (limited to 'phpstan.neon.dist')
-rw-r--r-- | phpstan.neon.dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpstan.neon.dist b/phpstan.neon.dist new file mode 100644 index 00000000..50c2a587 --- /dev/null +++ b/phpstan.neon.dist @@ -0,0 +1,5 @@ +parameters: + level: 'max' + checkMissingIterableValueType: false + paths: + - src
\ No newline at end of file |