From 0bb7e54a0676c12c76e7083c510c00d96baf9365 Mon Sep 17 00:00:00 2001 From: "tien.xuan.vo" Date: Tue, 1 Oct 2024 02:31:45 +0700 Subject: [PATCH] chore: Update PHPStan level to max --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 7c877801..1494f515 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,5 +1,5 @@ parameters: - level: 7 + level: max paths: - src - tests