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