We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda3c4e commit a77e5c5Copy full SHA for a77e5c5
src/Transformer/FileSystem.php
@@ -9,7 +9,7 @@
9
class FileSystem
10
{
11
12
- public function read(string $path): string
+ public function read(string $path): ?string
13
14
$contents = file_get_contents($path);
15
0 commit comments