From 2e59e50df89b4a58517388858ef41d70ce9f4a70 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 18 Oct 2024 09:22:02 +0900 Subject: [PATCH] Set phpstan to max level for update testing --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 63ba4763..687d6cac 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -3,7 +3,7 @@ includes: - phpstan-conditional.php parameters: tmpDir: %currentWorkingDirectory%/tmp/phpstan-corelibs - level: 8 # max is now 9 + level: 9 # max is now 9 checkMissingCallableSignature: true treatPhpDocTypesAsCertain: false strictRules: