Disable some phpstan checks causing issues in current version of phpstan

This commit is contained in:
2024-05-28 13:41:05 +02:00
parent 1046386555
commit 93d26dc1b6

View File

@ -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