Esempio n. 1
0
 /**
  * @return string
  */
 public function getDiff()
 {
     return $this->diff->difference(file_get_contents($this->mutation->getfile()), file_get_contents($this->file));
 }