/**
  * @param string $file
  * @return bool
  */
 protected function compare($file)
 {
     return $this->source->getFileHash($file) !== $this->target->getFileHash($file);
 }