Skip to content

Commit b20f78c

Browse files
committed
Fix build
1 parent 51abacd commit b20f78c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Rules/ForLoop/OverwriteVariablesWithForLoopInitRuleTest.php

+5
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,9 @@ public function testRule(): void
6262
]);
6363
}
6464

65+
protected function shouldPolluteScopeWithLoopInitialAssignments(): bool
66+
{
67+
return false;
68+
}
69+
6570
}

0 commit comments

Comments
 (0)