public static function castProcessingInstruction(\DOMProcessingInstruction|\Dom\ProcessingInstruction $dom, array $a, Stub $stub, bool $isNested) : array { $a += [ 'target' => $dom->target, 'data' => $dom->data, ]; return $a; }