mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-18 03:35:33 +00:00
13 lines
470 B
Plaintext
13 lines
470 B
Plaintext
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
|