Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Write access on variable not detected #11

Open
kore opened this issue Apr 11, 2013 · 0 comments
Open

Write access on variable not detected #11

kore opened this issue Apr 11, 2013 · 0 comments

Comments

@kore
Copy link

kore commented Apr 11, 2013

With the following code the write access on $array is not correctly detected during "extract-method":

// …
foreach ($array as &$value) {
    $value = 23;
}
// …
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant