mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
phpstan: start phasing in some level 6 checks
This commit is contained in:
12
tests/phpstan/configs/gradual-level6.neon
Normal file
12
tests/phpstan/configs/gradual-level6.neon
Normal file
@ -0,0 +1,12 @@
|
||||
parameters:
|
||||
#checkGenericClassInNonGenericObjectType: true
|
||||
#checkMissingIterableValueType: true
|
||||
checkMissingVarTagTypehint: true
|
||||
checkMissingTypehints: true
|
||||
|
||||
rules:
|
||||
#- PHPStan\Rules\Functions\MissingFunctionParameterTypehintRule
|
||||
#- PHPStan\Rules\Functions\MissingFunctionReturnTypehintRule
|
||||
#- PHPStan\Rules\Methods\MissingMethodParameterTypehintRule
|
||||
#- PHPStan\Rules\Methods\MissingMethodReturnTypehintRule
|
||||
- PHPStan\Rules\Properties\MissingPropertyTypehintRule
|
Reference in New Issue
Block a user