DOMNamedNodeMap
, Dom\NamedNodeMap
, DOMNodeList
, Dom\NodeList
, Dom\HTMLCollection
, and Dom\DtdNamedNodeMap
raises UndefinedMethod - 5:16 - Method DOMNamedNodeMap::offsetGet does not exist
#11187
Open
Description
Similar to phpstan/phpstan#12235.
Some internal classes do not implement ArrayAccess
but allow accessing offsets regardless.
This would be fixed on the PHP side with https://wiki.php.net/rfc/container-offset-behaviour
Metadata
Assignees
Labels
No labels