mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 08:56:15 +00:00
phpstan: enable MissingFunctionParameterTypehintRule
This commit is contained in:
@ -5,7 +5,7 @@ parameters:
|
||||
checkMissingTypehints: true
|
||||
|
||||
rules:
|
||||
#- PHPStan\Rules\Functions\MissingFunctionParameterTypehintRule
|
||||
- PHPStan\Rules\Functions\MissingFunctionParameterTypehintRule
|
||||
#- PHPStan\Rules\Functions\MissingFunctionReturnTypehintRule
|
||||
#- PHPStan\Rules\Methods\MissingMethodParameterTypehintRule
|
||||
#- PHPStan\Rules\Methods\MissingMethodReturnTypehintRule
|
||||
|
Reference in New Issue
Block a user