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
Use dimFetch flag instead of checking assigned expression type for $this reassignment
$this = $value should still be reported even when $value implements ArrayAccess.
The fix now tracks whether the VariableAssignNode originated from a dimension-fetch
assignment ($this[$key] = $value) vs a direct assignment ($this = $value).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments