Skip to content

Commit

Permalink
Fix internal identifier traversing for name nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Sep 27, 2024
1 parent 6b8c229 commit 2627a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Node/Name.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Name extends Node implements \IteratorAggregate, \Countable, \Stringable
/**
* @var non-empty-list<Identifier>
*/
private readonly array $parts;
public readonly array $parts;

/**
* @param iterable<array-key, Identifier|non-empty-string>|non-empty-string|Identifier $name
Expand Down

0 comments on commit 2627a37

Please sign in to comment.