mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 09:26:06 +00:00
phpstan: enable MissingMethodParameterTypehintRule
This commit is contained in:
@ -7,6 +7,6 @@ parameters:
|
||||
rules:
|
||||
- PHPStan\Rules\Functions\MissingFunctionParameterTypehintRule
|
||||
- PHPStan\Rules\Functions\MissingFunctionReturnTypehintRule
|
||||
#- PHPStan\Rules\Methods\MissingMethodParameterTypehintRule
|
||||
- PHPStan\Rules\Methods\MissingMethodParameterTypehintRule
|
||||
#- PHPStan\Rules\Methods\MissingMethodReturnTypehintRule
|
||||
- PHPStan\Rules\Properties\MissingPropertyTypehintRule
|
||||
|
Reference in New Issue
Block a user