From 6451cc34233a5fcfdb06e4f9a69418cc573e7ef2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 12 Sep 2021 20:27:05 +0100 Subject: [PATCH] chore: Increase PHPStan to max level [ci skip] --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index db37782f..a1c637a7 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,4 +1,4 @@ parameters: - level: 6 + level: max paths: - src