We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a496efa commit 0fb0665Copy full SHA for 0fb0665
src/Type/Type.php
@@ -68,6 +68,9 @@ public function getObjectClassNames(): array;
68
/** @return list<ClassReflection> */
69
public function getObjectClassReflections(): array;
70
71
+ /**
72
+ * Return class-string<Foo> for object type Foo.
73
+ */
74
public function getClassStringType(): Type;
75
76
/**
0 commit comments