Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Oct 1, 2020
1 parent c5fa47c commit 7d49dcf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions rules.neon
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ rules:
conditionalTags:
PHPStan\Rules\Operators\OperandsInTernaryOperatorRule:
phpstan.rules.rule: %featureToggles.bleedingEdge%
PHPStan\Rules\ForLoop\OverwriteVariablesWithForLoopInitRule:
phpstan.rules.rule: %featureToggles.bleedingEdge%

services:
-
Expand All @@ -70,7 +72,3 @@ services:

-
class: PHPStan\Rules\ForLoop\OverwriteVariablesWithForLoopInitRule

conditionalTags:
PHPStan\Rules\ForLoop\OverwriteVariablesWithForLoopInitRule:
phpstan.rules.rule: %featureToggles.bleedingEdge%

0 comments on commit 7d49dcf

Please sign in to comment.