Skip to content

Commit 7343788

Browse files
committed
Change visibility of reference type
1 parent c9cf9bc commit 7343788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Reference.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static function fromString(string $path): self
3232
}
3333

3434
private function __construct(
35-
private readonly ReferenceType $type,
35+
public readonly ReferenceType $type,
3636
private readonly string $path,
3737
private readonly ?string $uri = null,
3838
private ?string $root = null,

0 commit comments

Comments
 (0)