public static function castElement(\DOMElement|\Dom\Element $dom, array $a, Stub $stub, bool $isNested) : array { $a += [ 'tagName' => $dom->tagName, ]; if ($dom instanceof \DOMElement) { $a += [ 'schemaTypeInfo' => $dom->schemaTypeInfo, ]; } return $a; }