summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Light <sam@lightscale.co.uk>2026-06-10 19:00:32 +0100
committerSam Light <sam@lightscale.co.uk>2026-06-10 19:00:32 +0100
commit2df14eb121aeeaeed08779a255ac81edc8b571b4 (patch)
tree8fa171f7003935abf8a2e0c655e6e3cc2727de74
parentb247471d98760f0c4eb97ab98579f9db857d762b (diff)
phpstan config
-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..7f33c04
--- /dev/null
+++ b/phpstan.neon
@@ -0,0 +1,5 @@
+parameters:
+ level: 8
+ paths:
+ - src
+ - tests