You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local variable "class" identified at offset 54
but offset 54 actually contains "foreach ($"
My problem is that according to discussion on phpactor/code-transform#31 (comment), Worse Reflection seems the privileged (if not the only) way to fetch variableoffsets.
My use-case involve calling the TolerantRenameVariable() which would throw on non-exact offset.
The text was updated successfully, but these errors were encountered:
Previously on #66
Reproducer:
My problem is that according to discussion on phpactor/code-transform#31 (comment), Worse Reflection seems the privileged (if not the only) way to fetch
variable
offsets.My use-case involve calling the
TolerantRenameVariable()
which would throw on non-exact offset.The text was updated successfully, but these errors were encountered: