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 | 7c6d376daf3e448d44e71c42e4273d74dd96a5ff (patch) | |
| tree | 36649ae21ae53d7fa6d8f589cec40faedd1582ab | |
| parent | 7a19b83bf7d7d8a2650356168cdb296b6f82807f (diff) | |
Increased phpstan level
| -rw-r--r-- | phpstan.neon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpstan.neon b/phpstan.neon index bbd57ba..0f2d48d 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,5 +1,5 @@ parameters: - level: 8 + level: 9 paths: - src - tests |
