0|positive-int $count:
array<int|string, list<string|null>> $matches:
public function __construct(int $count, array $matches) { $this->matches = $matches; $this->matched = (bool) $count; $this->count = $count; }