diff --git a/rules/phpstan-rules.neon b/rules/phpstan-rules.neon index 6e7fae7..6dc1b99 100644 --- a/rules/phpstan-rules.neon +++ b/rules/phpstan-rules.neon @@ -92,12 +92,6 @@ rules: - PHPStan\Rules\Operators\OperandInArithmeticPostIncrementRule - PHPStan\Rules\Operators\OperandInArithmeticPreDecrementRule - 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\StrictFunctionCallsRule - PHPStan\Rules\SwitchConditions\MatchingTypeInSwitchCaseConditionRule