Disable some phpstan checks causing issues in current version of phpstan
This commit is contained in:
parent
1046386555
commit
93d26dc1b6
|
@ -80,10 +80,10 @@ parametersSchema:
|
|||
])
|
||||
|
||||
rules:
|
||||
- PHPStan\Rules\BooleansInConditions\BooleanInBooleanAndRule
|
||||
- PHPStan\Rules\BooleansInConditions\BooleanInBooleanOrRule
|
||||
- PHPStan\Rules\BooleansInConditions\BooleanInElseIfConditionRule
|
||||
- PHPStan\Rules\BooleansInConditions\BooleanInTernaryOperatorRule
|
||||
# - PHPStan\Rules\BooleansInConditions\BooleanInBooleanAndRule
|
||||
# - PHPStan\Rules\BooleansInConditions\BooleanInBooleanOrRule
|
||||
# - PHPStan\Rules\BooleansInConditions\BooleanInElseIfConditionRule
|
||||
# - PHPStan\Rules\BooleansInConditions\BooleanInTernaryOperatorRule
|
||||
- PHPStan\Rules\DisallowedConstructs\DisallowedImplicitArrayCreationRule
|
||||
- PHPStan\Rules\DisallowedConstructs\DisallowedShortTernaryRule
|
||||
- PHPStan\Rules\ForeachLoop\OverwriteVariablesWithForeachRule
|
||||
|
|
Loading…
Reference in New Issue
Block a user