We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc7f99 commit d08e5fdCopy full SHA for d08e5fd
demo/index.php
@@ -40,9 +40,6 @@ function addDebugOutput($value, $key = 'general')
40
$diff->setMatchThreshold($data['matchThreshold']);
41
}
42
$diff->setUseTableDiffing($useTableDiffing);
43
- if (isset($data['tableDiffingStrategy'])) {
44
- $diff->setStrategy($data['tableDiffingStrategy']);
45
- }
46
$diff->build();
47
48
echo json_encode(array('diff' => $diff->getDifference(), 'debug' => $debugOutput));
0 commit comments