mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 23:37:45 +00:00
phpstan: enable MissingFunctionParameterTypehintRule
This commit is contained in:
@@ -5,7 +5,7 @@ parameters:
|
|||||||
checkMissingTypehints: true
|
checkMissingTypehints: true
|
||||||
|
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user