Skip to content

Commit a77e5c5

Browse files
committed
Example error
1 parent eda3c4e commit a77e5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Transformer/FileSystem.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class FileSystem
1010
{
1111

12-
public function read(string $path): string
12+
public function read(string $path): ?string
1313
{
1414
$contents = file_get_contents($path);
1515

0 commit comments

Comments
 (0)