Update param type on offsetGet (#8033)
The param was typed as `object` which is invalid as when items are set in the container the key passes through `checkKey` where it enforces the key must be various classes of integer, bool or string. Thus I have replaced it with a union type (in future this can be a proper PHP level typehint, but for now only doctype)pull/8106/head
parent
9432c99f37
commit
9ee163a5d7
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue