We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5877f89 commit 07a478bCopy full SHA for 07a478b
src/Services/File.php
@@ -15,7 +15,7 @@ public function __construct(string $content = null)
15
$this->content = $content;
16
}
17
18
- public static function make(string $content)
+ public static function make(string $content = null)
19
{
20
return new static($content);
21
0 commit comments