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.
2 parents 4807f9d + 67cba0b commit f08fc78Copy full SHA for f08fc78
src/SourceFile.php
@@ -32,7 +32,7 @@ public static function fromString(string $content, ?UriInterface $sourceUrl = nu
32
return new SourceFile($content, $sourceUrl);
33
}
34
35
- public function __construct(string $content, ?UriInterface $sourceUrl = null)
+ private function __construct(string $content, ?UriInterface $sourceUrl = null)
36
{
37
$this->string = $content;
38
$this->sourceUrl = $sourceUrl;
0 commit comments