diff --git a/src/Ast/Path.php b/src/Ast/Path.php index d897c00..048192f 100644 --- a/src/Ast/Path.php +++ b/src/Ast/Path.php @@ -14,10 +14,10 @@ class Path extends Node { /** @var AttributePath */ - private $attributePath; + public $attributePath; /** @var ValuePath */ - private $valuePath; + public $valuePath; /** * @param AttributePath $attributePath