match->key(); } /** * @return array> */ public function toArray(): array { return [ 'span_multi' => [ 'match' => $this->match->toArray(), ], ]; } }