Skip to content

Commit 0fb0665

Browse files
Add comment
1 parent a496efa commit 0fb0665

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Type/Type.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ public function getObjectClassNames(): array;
6868
/** @return list<ClassReflection> */
6969
public function getObjectClassReflections(): array;
7070

71+
/**
72+
* Return class-string<Foo> for object type Foo.
73+
*/
7174
public function getClassStringType(): Type;
7275

7376
/**

0 commit comments

Comments
 (0)