예제 #1
0
파일: HTML.php 프로젝트: nochso/diff
 public function format(Diff $diff)
 {
     $this->printf->prepare($diff);
     return parent::format($diff);
 }
예제 #2
0
 public function format(Diff $diff)
 {
     $this->lineCountLength = strlen($diff->getMaxLineNumber());
     return parent::format($diff);
 }