X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fdiff%2FTableDiffFormatter.php;h=67f9a79b2389e7eb6b468621c018f59858b65bde;hb=369b3fa977a2d5ce07ed14b9b54f30c8803f6b1a;hp=bcae7467f777e008c62131713f6b96f720e6b514;hpb=47e2941bcda6b30ca2fca2c34e4f7dfba9d06647;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/diff/TableDiffFormatter.php b/includes/diff/TableDiffFormatter.php index bcae7467f7..67f9a79b23 100644 --- a/includes/diff/TableDiffFormatter.php +++ b/includes/diff/TableDiffFormatter.php @@ -38,7 +38,6 @@ class TableDiffFormatter extends DiffFormatter { } /** - * @static * @param string $msg * * @return mixed @@ -196,7 +195,6 @@ class TableDiffFormatter extends DiffFormatter { * @param string[] $closing */ protected function changed( $orig, $closing ) { - $diff = new WordLevelDiff( $orig, $closing ); $del = $diff->orig(); $add = $diff->closing();