From 685e058fe677dc4859494418a1a284bca5612f88 Mon Sep 17 00:00:00 2001 From: Art4 Date: Sun, 1 Dec 2024 20:46:04 +0000 Subject: [PATCH] bump phpstan to level 2 --- .phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.phpstan.neon b/.phpstan.neon index d50f8c0770..28df3dbcc4 100644 --- a/.phpstan.neon +++ b/.phpstan.neon @@ -3,7 +3,7 @@ # SPDX-License-Identifier: CC0-1.0 parameters: - level: 1 + level: 2 paths: - addon/ -- 2.39.5