From 2160eb57313692e179d6c4a088235f7353fec4e5 Mon Sep 17 00:00:00 2001 From: "John Paul E. Balandan, CPA" Date: Fri, 21 Jul 2023 11:37:44 +0800 Subject: [PATCH] Bump phpstan level to 6 --- src/Template/phpstan.neon.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Template/phpstan.neon.dist b/src/Template/phpstan.neon.dist index 7a57370..588f93e 100644 --- a/src/Template/phpstan.neon.dist +++ b/src/Template/phpstan.neon.dist @@ -1,6 +1,6 @@ parameters: tmpDir: build/phpstan - level: 5 + level: 6 paths: - app/ - tests/