We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8416f4e commit 3a5e100Copy full SHA for 3a5e100
src/Parser.php
@@ -7,6 +7,5 @@
7
8
function parse(string $pathToFile1, string $pathToFile2, string $format): void
9
{
10
- $resultString = genDiff($pathToFile1, $pathToFile2, $format);
11
- line('%s', $resultString);
+ line('%s', genDiff($pathToFile1, $pathToFile2, $format));
12
}
0 commit comments