@@ -224,7 +224,7 @@ |
||
| 224 | 224 | */ |
| 225 | 225 | $nextLine = $lcsSide[$i - 1] + 1; |
| 226 | 226 | |
| 227 | - if ($nextLine !== $lcsSide[$j] && $comparator->rangesEqual($nextLine - 1, $comparator, $lcsSide[$j] -1)) { |
|
| 227 | + if ($nextLine !== $lcsSide[$j] && $comparator->rangesEqual($nextLine - 1, $comparator, $lcsSide[$j] - 1)) { |
|
| 228 | 228 | $lcsSide[$i] = $nextLine; |
| 229 | 229 | } else { |
| 230 | 230 | $lcsSide[$i] = $lcsSide[$j]; |