We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8c229 commit 2627a37Copy full SHA for 2627a37
src/Node/Name.php
@@ -17,7 +17,7 @@ class Name extends Node implements \IteratorAggregate, \Countable, \Stringable
17
/**
18
* @var non-empty-list<Identifier>
19
*/
20
- private readonly array $parts;
+ public readonly array $parts;
21
22
23
* @param iterable<array-key, Identifier|non-empty-string>|non-empty-string|Identifier $name
0 commit comments