summaryrefslogtreecommitdiff
path: root/phpstan.neon.dist
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-05 17:07:38 +0300
committerValery Piashchynski <[email protected]>2020-11-05 17:07:38 +0300
commit043be1537393375f71f2e96708ec5d045bfab190 (patch)
tree21abd81c1462c595601be88601cc6a54d61f8b40 /phpstan.neon.dist
parent2bc1be2aee88453197d33a19abb963cc52d88ef8 (diff)
add phpstan config, commented composer analyze in CI
Diffstat (limited to 'phpstan.neon.dist')
-rw-r--r--phpstan.neon.dist5
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