public function __construct(File $target, int $threshold) { $this->target = $target; $this->threshold = $threshold; }