Rector PHP || RemoveUnusedForeachKeyRector

41 views Asked by At

Rector is applying a rule RemoveUnusedForeachKeyRector at a certain loop in my file. However, I do use the key later in my code. Is there a way I can enforce rector not to apply this rule ?

0

There are 0 answers