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 369b146 commit 0946d59Copy full SHA for 0946d59
example/example.php
@@ -11,8 +11,8 @@
11
require '../vendor/autoload.php';
12
13
// Include two sample files for comparison.
14
-$sampleA = file_get_contents(dirname(__FILE__) . '/c.txt');
15
-$sampleB = file_get_contents(dirname(__FILE__) . '/d.txt');
+$sampleA = file_get_contents(dirname(__FILE__) . '/a.txt');
+$sampleB = file_get_contents(dirname(__FILE__) . '/b.txt');
16
17
// Options for generating the diff.
18
$customOptions = [
0 commit comments