Skip to content

Commit 7d49dcf

Browse files
committed
Fix
1 parent c5fa47c commit 7d49dcf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

rules.neon

+2-4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ rules:
4444
conditionalTags:
4545
PHPStan\Rules\Operators\OperandsInTernaryOperatorRule:
4646
phpstan.rules.rule: %featureToggles.bleedingEdge%
47+
PHPStan\Rules\ForLoop\OverwriteVariablesWithForLoopInitRule:
48+
phpstan.rules.rule: %featureToggles.bleedingEdge%
4749

4850
services:
4951
-
@@ -70,7 +72,3 @@ services:
7072

7173
-
7274
class: PHPStan\Rules\ForLoop\OverwriteVariablesWithForLoopInitRule
73-
74-
conditionalTags:
75-
PHPStan\Rules\ForLoop\OverwriteVariablesWithForLoopInitRule:
76-
phpstan.rules.rule: %featureToggles.bleedingEdge%

0 commit comments

Comments
 (0)