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 c664d28 commit c19b4d1Copy full SHA for c19b4d1
src/DocBlock.php
@@ -73,9 +73,6 @@ public function getSummary(): string
73
return $this->summary;
74
}
75
76
- /**
77
- * @return DocBlock\Description
78
- */
79
public function getDescription(): DocBlock\Description
80
{
81
return $this->description;
src/DocBlock/Tags/Method.php
@@ -185,9 +185,6 @@ public function isStatic(): bool
185
return $this->isStatic;
186
187
188
189
- * @return Type
190
191
public function getReturnType(): Type
192
193
return $this->returnType;
0 commit comments