Merge branch 'stable'

This commit is contained in:
Dylan K. Taylor
2020-01-09 20:16:17 +00:00
2 changed files with 16 additions and 2 deletions

View File

@ -5,8 +5,8 @@ parameters:
checkMissingTypehints: true
rules:
#- PHPStan\Rules\Functions\MissingFunctionParameterTypehintRule
#- PHPStan\Rules\Functions\MissingFunctionReturnTypehintRule
- PHPStan\Rules\Functions\MissingFunctionParameterTypehintRule
- PHPStan\Rules\Functions\MissingFunctionReturnTypehintRule
#- PHPStan\Rules\Methods\MissingMethodParameterTypehintRule
#- PHPStan\Rules\Methods\MissingMethodReturnTypehintRule
- PHPStan\Rules\Properties\MissingPropertyTypehintRule