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 ba1f1e8 + 8ed21ce commit 1016890Copy full SHA for 1016890
src/Node.php
@@ -417,7 +417,7 @@ public function getFileContents() : string {
417
return $this->getRoot()->fileContents;
418
}
419
420
- public function getUri() : string {
+ public function getUri() : ?string {
421
return $this->getRoot()->uri;
422
423
src/Node/SourceFileNode.php
@@ -13,7 +13,7 @@ class SourceFileNode extends Node {
13
/** @var string */
14
public $fileContents;
15
16
- /** @var string */
+ /** @var ?string */
17
public $uri;
18
19
/** @var Node[] */
0 commit comments