Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Jan 26, 2020
2 parents 975c234 + 07a478b commit 91ec13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function __construct(string $content = null)
$this->content = $content;
}

public static function make(string $content)
public static function make(string $content = null)
{
return new static($content);
}
Expand Down

0 comments on commit 91ec13a

Please sign in to comment.