Skip to content

Commit cb4cfd1

Browse files
Update types of function
1 parent 64f5754 commit cb4cfd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Differ/Translator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function getJson(string $path): array
1515
return json_decode($content, true);
1616
}
1717

18-
function getFileContent(string $path): string|false
18+
function getFileContent(string $path): string
1919
{
2020
$dirPath = __DIR__;
2121

0 commit comments

Comments
 (0)