aboutsummaryrefslogtreecommitdiff
path: root/phpstan.neon
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2020-04-20 20:05:14 +0200
committerVincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com>2020-04-21 14:56:53 +0200
commit618b22ab217b773d18abfce8bfe4dd6960738371 (patch)
tree453f21a517554c03ea24e5d7d7abd77a715285e4 /phpstan.neon
parent4c2464b4440195b55e5d27b0d2bbb06758c05634 (diff)
downloadwcms-618b22ab217b773d18abfce8bfe4dd6960738371.tar.gz
wcms-618b22ab217b773d18abfce8bfe4dd6960738371.zip
tests: add phpstan static analysis tool (level5)
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpstan.neon b/phpstan.neon
new file mode 100644
index 0000000..8c4765c
--- /dev/null
+++ b/phpstan.neon
@@ -0,0 +1,7 @@
+parameters:
+ level: 5
+ paths:
+ - app/class
+ - app/fn
+ - index.php
+ - tests