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