We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2d9c5 commit 1462915Copy full SHA for 1462915
src/Type.php
@@ -14,5 +14,10 @@
14
15
interface Type
16
{
17
+ /**
18
+ * Returns a rendered output of the Type as it would be used in a DocBlock.
19
+ *
20
+ * @return string
21
+ */
22
public function __toString();
23
}
src/Types/Object_.php
@@ -55,11 +55,6 @@ public function getFqsen()
55
return $this->fqsen;
56
57
58
- /**
59
- * Returns a rendered output of the Type as it would be used in a DocBlock.
60
- *
61
- * @return string
62
- */
63
public function __toString()
64
65
if ($this->fqsen) {
0 commit comments