Page 1 of 1

Renaming when variable is target in an a foreach statement

PostPosted: July 31st, 2017, 11:04 am
by Kryptryx
Using 1.24 with vs 2017 community
When I have a statement such as:

Code: Select all
foreach ($list as $item) ....


And the $item get renamed, for example to $foo

Code: Select all
foreach ($list as $foo$foo)

Re: Renaming when variable is target in an a foreach stateme

PostPosted: August 10th, 2017, 10:31 am
by maros.beno
Hi,
it will be fixed in the next update. Thank you for finding it.