File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 2121 - PHPStan\Rules\DisallowedConstructs\DisallowedImplicitArrayCreationRule
2222 - PHPStan\Rules\DisallowedConstructs\DisallowedShortTernaryRule
2323 - PHPStan\Rules\ForeachLoop\OverwriteVariablesWithForeachRule
24+ - PHPStan\Rules\ForLoop\OverwriteVariablesWithForLoopInitRule
2425 - PHPStan\Rules\Methods\WrongCaseOfInheritedMethodRule
2526 - PHPStan\Rules\Operators\OperandInArithmeticPostDecrementRule
2627 - PHPStan\Rules\Operators\OperandInArithmeticPostIncrementRule
@@ -40,10 +41,6 @@ rules:
4041 - PHPStan\Rules\VariableVariables\VariableStaticPropertyFetchRule
4142 - PHPStan\Rules\VariableVariables\VariableVariablesRule
4243
43- conditionalTags :
44- PHPStan\Rules\ForLoop\OverwriteVariablesWithForLoopInitRule :
45- phpstan.rules.rule : %featureToggles.bleedingEdge%
46-
4744services :
4845 -
4946 class : PHPStan\Rules\BooleansInConditions\BooleanInBooleanAndRule
@@ -77,6 +74,3 @@ services:
7774 universalObjectCratesClasses : %universalObjectCratesClasses%
7875 tags :
7976 - phpstan.rules.rule
80-
81- -
82- class : PHPStan\Rules\ForLoop\OverwriteVariablesWithForLoopInitRule
You can’t perform that action at this time.
0 commit comments