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.
1 parent 1dc44d1 commit 89f866dCopy full SHA for 89f866d
src/Node/ClassPropertyNode.php
@@ -129,6 +129,11 @@ public function getNativeTypeNode()
129
return $this->originalNode->type;
130
}
131
132
+ public function getOriginalNode(): Node\Stmt\Property|Node\Param
133
+ {
134
+ return $this->originalNode;
135
+ }
136
+
137
public function getClassReflection(): ClassReflection
138
{
139
return $this->classReflection;
0 commit comments