Remove arithmetic-minded rules for phpstan
This commit is contained in:
parent
8018f7309a
commit
f73cf2f0ff
|
@ -92,12 +92,6 @@ rules:
|
||||||
- PHPStan\Rules\Operators\OperandInArithmeticPostIncrementRule
|
- PHPStan\Rules\Operators\OperandInArithmeticPostIncrementRule
|
||||||
- PHPStan\Rules\Operators\OperandInArithmeticPreDecrementRule
|
- PHPStan\Rules\Operators\OperandInArithmeticPreDecrementRule
|
||||||
- PHPStan\Rules\Operators\OperandInArithmeticPreIncrementRule
|
- PHPStan\Rules\Operators\OperandInArithmeticPreIncrementRule
|
||||||
- PHPStan\Rules\Operators\OperandsInArithmeticAdditionRule
|
|
||||||
- PHPStan\Rules\Operators\OperandsInArithmeticDivisionRule
|
|
||||||
- PHPStan\Rules\Operators\OperandsInArithmeticExponentiationRule
|
|
||||||
- PHPStan\Rules\Operators\OperandsInArithmeticModuloRule
|
|
||||||
- PHPStan\Rules\Operators\OperandsInArithmeticMultiplicationRule
|
|
||||||
- PHPStan\Rules\Operators\OperandsInArithmeticSubtractionRule
|
|
||||||
- PHPStan\Rules\StrictCalls\DynamicCallOnStaticMethodsRule
|
- PHPStan\Rules\StrictCalls\DynamicCallOnStaticMethodsRule
|
||||||
- PHPStan\Rules\StrictCalls\StrictFunctionCallsRule
|
- PHPStan\Rules\StrictCalls\StrictFunctionCallsRule
|
||||||
- PHPStan\Rules\SwitchConditions\MatchingTypeInSwitchCaseConditionRule
|
- PHPStan\Rules\SwitchConditions\MatchingTypeInSwitchCaseConditionRule
|
||||||
|
|
Loading…
Reference in New Issue
Block a user