Пример #1
0
 /**
  * Prepare this helper before first using it to format lines.
  *
  * @param \nochso\Diff\Diff $diff
  */
 public function prepare(Diff $diff)
 {
     $this->lineCountLength = strlen($diff->getMaxLineNumber());
 }
Пример #2
0
 public function format(Diff $diff)
 {
     $this->lineCountLength = strlen($diff->getMaxLineNumber());
     return parent::format($diff);
 }