mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 01:09:44 +00:00
13 lines
469 B
Plaintext
13 lines
469 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
|