# Fix PhanNoopVariable for $i by changing loop to while
`$i` looked like a NOOP on $i which is provided as an argument to
the function. Changed to while to improve readability and avoid thinking
that `$i` needs initialisation and fix the notification