mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-09 05:08:36 +00:00
phpstan: enable MissingFunctionReturnTypehintRule
This commit is contained in:
parent
64b5db4bf2
commit
039478223e
@ -6,7 +6,7 @@ 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