Skip to content

Commit 3d1d930

Browse files
committed
ClassReflection::getName() returns class-string
1 parent 2c8390a commit 3d1d930

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Reflection/ClassReflection.php

+3
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ public function getParentClass()
202202
return $parentReflection;
203203
}
204204

205+
/**
206+
* @return class-string
207+
*/
205208
public function getName(): string
206209
{
207210
return $this->reflection->getName();

0 commit comments

Comments
 (0)