0|positive-int $count:
public function __construct(int $count, string $result) { $this->count = $count; $this->matched = (bool) $count; $this->result = $result; }