We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f5754 commit cb4cfd1Copy full SHA for cb4cfd1
src/Differ/Translator.php
@@ -15,7 +15,7 @@ function getJson(string $path): array
15
return json_decode($content, true);
16
}
17
18
-function getFileContent(string $path): string|false
+function getFileContent(string $path): string
19
{
20
$dirPath = __DIR__;
21
0 commit comments