Commit 41cf381
Broaden write-only property check to all objects, not just ArrayAccess
Objects like Threaded support array operations without implementing
ArrayAccess. Use isObject() instead of checking for ArrayAccess
specifically, so that appending to any object property via array
syntax is correctly treated as a read.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 579d38f commit 41cf381
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
209 | 208 | | |
210 | 209 | | |
211 | 210 | | |
212 | | - | |
| 211 | + | |
213 | 212 | | |
214 | 213 | | |
215 | 214 | | |
| |||
0 commit comments