Skip to content

Commit 256f031

Browse files
committed
Merge pull request #43 from caxy/misc-clean-up
Remove unused ListDiff class and rename ListDiffNew to ListDiff
2 parents e1019e4 + c2e7fed commit 256f031

File tree

3 files changed

+192
-1156
lines changed

3 files changed

+192
-1156
lines changed

lib/Caxy/HtmlDiff/HtmlDiff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ protected function diffElements($oldText, $newText, $stripWrappingTags = true)
368368
*/
369369
protected function diffList($oldText, $newText)
370370
{
371-
$diff = ListDiffNew::create($oldText, $newText, $this->config);
371+
$diff = ListDiff::create($oldText, $newText, $this->config);
372372

373373
return $diff->build();
374374
}

0 commit comments

Comments
 (0)