Skip to content

Commit b4af2a3

Browse files
Add comment
1 parent eac96db commit b4af2a3

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
@@ -40,6 +40,9 @@ public function getObjectClassNames(): array;
4040
*/
4141
public function getObjectClassReflections(): array;
4242

43+
/**
44+
* Return class-string<Foo> for object type Foo.
45+
*/
4346
public function getClassStringType(): Type;
4447

4548
/**

0 commit comments

Comments
 (0)