コード例 #1
0
ファイル: HTML.php プロジェクト: nochso/diff
 public function format(Diff $diff)
 {
     $this->printf->prepare($diff);
     return parent::format($diff);
 }
コード例 #2
0
ファイル: GithubMarkdown.php プロジェクト: nochso/diff
 public function format(Diff $diff)
 {
     $this->lineCountLength = strlen($diff->getMaxLineNumber());
     return parent::format($diff);
 }