Skip to content

Commit 3d1d930

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Reflection/ClassReflection.php

Lines changed: 3 additions & 0 deletions
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)