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