From f73cf2f0ff645f0656ab4ee9e74d43cdc9e2d9b1 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Wed, 1 Mar 2023 11:44:49 +0100 Subject: [PATCH] Remove arithmetic-minded rules for phpstan --- rules/phpstan-rules.neon | 6 ------ 1 file changed, 6 deletions(-) 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