Set phpstan to max level for update testing

This commit is contained in:
Clemens Schwaighofer
2024-10-18 09:22:02 +09:00
parent 4b45f8d556
commit 2e59e50df8

View File

@@ -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: