Skip to content

Commit 8416f4e

Browse files
Fix 'Enforce that an expression gets used' errors
1 parent 2ddd25b commit 8416f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parser.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
function parse(string $pathToFile1, string $pathToFile2, string $format): void
99
{
1010
$resultString = genDiff($pathToFile1, $pathToFile2, $format);
11-
line($resultString);
11+
line('%s', $resultString);
1212
}

0 commit comments

Comments
 (0)