summaryrefslogtreecommitdiff
path: root/phpstan.neon
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nth.ee>2024-11-12 17:38:31 +0200
committerAsko Nõmm <asko@nth.ee>2024-11-12 17:38:31 +0200
commitadc0dfe77902fbcb57061c4b64370dcb0d854573 (patch)
tree05fe86a23408c591c62ec6b9cb8eae160de8c13b /phpstan.neon
parent7b68bf0c456fc44c067e1303f73752059df59aa0 (diff)
Add phpstan
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpstan.neon b/phpstan.neon
new file mode 100644
index 0000000..dab5814
--- /dev/null
+++ b/phpstan.neon
@@ -0,0 +1,5 @@
+parameters:
+ level: 10
+ paths:
+ - src
+ - tests \ No newline at end of file