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 87a1cdc commit fa48647Copy full SHA for fa48647
README.md
@@ -79,7 +79,7 @@ $templateOptions = [
79
];
80
81
// one-line simply compare two files
82
-$result = DiffHelper::calculateFiles($oldFile, $newFile, $diffOptions, $templateOptions);
+$result = DiffHelper::calculateFiles($oldFile, $newFile, $template, $diffOptions, $templateOptions);
83
// one-line simply compare two strings
84
$result = DiffHelper::calculate($old, $new, $template, $diffOptions, $templateOptions);
85
// or even shorter if you are happy with default options
0 commit comments