diff options
| author | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:32 +0100 |
|---|---|---|
| committer | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:32 +0100 |
| commit | 2df14eb121aeeaeed08779a255ac81edc8b571b4 (patch) | |
| tree | 8fa171f7003935abf8a2e0c655e6e3cc2727de74 /phpstan.neon | |
| parent | b247471d98760f0c4eb97ab98579f9db857d762b (diff) | |
phpstan config
Diffstat (limited to 'phpstan.neon')
| -rw-r--r-- | phpstan.neon | 5 |
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 |
