Skip to content

Commit 5fad625

Browse files
committed
Add PhpPropertyReflection::getNativeReflection()
1 parent c1f7aaf commit 5fad625

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Reflection/Php/PhpPropertyReflection.php

+5
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,9 @@ public function isInternal(): TrinaryLogic
184184
return TrinaryLogic::createFromBoolean($this->isInternal);
185185
}
186186

187+
public function getNativeReflection(): \ReflectionProperty
188+
{
189+
return $this->reflection;
190+
}
191+
187192
}

0 commit comments

Comments
 (0)