Commit b1a6983
Fix TypeError when iterating storage keys
PHP converts numeric-looking string keys to integers when iterating arrays.
Cast keyId to string in listKeys() to handle this edge case.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 239d56d commit b1a6983
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
0 commit comments