mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
Merge branch 'stable'
This commit is contained in:
commit
715a5c55f4
@ -1,5 +1,6 @@
|
||||
includes:
|
||||
- tests/phpstan/configs/gc-hacks.neon
|
||||
- tests/phpstan/configs/gradual-level6.neon
|
||||
- tests/phpstan/configs/optional-com-dotnet.neon
|
||||
- tests/phpstan/configs/phpstan-bugs.neon
|
||||
- tests/phpstan/configs/pthreads-bugs.neon
|
||||
|
12
tests/phpstan/configs/gradual-level6.neon
Normal file
12
tests/phpstan/configs/gradual-level6.neon
Normal file
@ -0,0 +1,12 @@
|
||||
parameters:
|
||||
#checkGenericClassInNonGenericObjectType: true
|
||||
#checkMissingIterableValueType: true
|
||||
checkMissingVarTagTypehint: true
|
||||
checkMissingTypehints: true
|
||||
|
||||
rules:
|
||||
#- PHPStan\Rules\Functions\MissingFunctionParameterTypehintRule
|
||||
#- PHPStan\Rules\Functions\MissingFunctionReturnTypehintRule
|
||||
#- PHPStan\Rules\Methods\MissingMethodParameterTypehintRule
|
||||
#- PHPStan\Rules\Methods\MissingMethodReturnTypehintRule
|
||||
- PHPStan\Rules\Properties\MissingPropertyTypehintRule
|
Loading…
x
Reference in New Issue
Block a user