diff --git a/src/DocBlock.php b/src/DocBlock.php index ff2e4b7..b7df997 100644 --- a/src/DocBlock.php +++ b/src/DocBlock.php @@ -73,9 +73,6 @@ final class DocBlock return $this->summary; } - /** - * @return DocBlock\Description - */ public function getDescription(): DocBlock\Description { return $this->description; diff --git a/src/DocBlock/Tags/Method.php b/src/DocBlock/Tags/Method.php index 0c2c4df..a5254e7 100644 --- a/src/DocBlock/Tags/Method.php +++ b/src/DocBlock/Tags/Method.php @@ -185,9 +185,6 @@ final class Method extends BaseTag implements Factory\StaticMethod return $this->isStatic; } - /** - * @return Type - */ public function getReturnType(): Type { return $this->returnType;