mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 19:34:15 +00:00
phpstan: enable MissingMethodParameterTypehintRule
This commit is contained in:
parent
818d0e19ab
commit
3614d9a78d
@ -7,6 +7,6 @@ parameters:
|
|||||||
rules:
|
rules:
|
||||||
- PHPStan\Rules\Functions\MissingFunctionParameterTypehintRule
|
- PHPStan\Rules\Functions\MissingFunctionParameterTypehintRule
|
||||||
- PHPStan\Rules\Functions\MissingFunctionReturnTypehintRule
|
- PHPStan\Rules\Functions\MissingFunctionReturnTypehintRule
|
||||||
#- PHPStan\Rules\Methods\MissingMethodParameterTypehintRule
|
- PHPStan\Rules\Methods\MissingMethodParameterTypehintRule
|
||||||
#- PHPStan\Rules\Methods\MissingMethodReturnTypehintRule
|
#- PHPStan\Rules\Methods\MissingMethodReturnTypehintRule
|
||||||
- PHPStan\Rules\Properties\MissingPropertyTypehintRule
|
- PHPStan\Rules\Properties\MissingPropertyTypehintRule
|
||||||
|
Loading…
x
Reference in New Issue
Block a user