public function __construct(string $version, VersionComparisonOperator $operator) { $this->version = $version; $this->operator = $operator; }