/**
  * @param ThresholdVoterInterface $voter
  *
  * @return int
  */
 protected function cleanAll(ThresholdVoterInterface $voter)
 {
     return $this->sourceCleaner->cleanAll($voter);
 }