From c19b4d170c5a9cc9d93d3d63d7125f894f2726b1 Mon Sep 17 00:00:00 2001 From: TomasVotruba Date: Tue, 28 Nov 2017 03:11:53 +0100 Subject: [PATCH] [cs] remove value-less docblocks --- src/DocBlock.php | 3 --- src/DocBlock/Tags/Method.php | 3 --- 2 files changed, 6 deletions(-) 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;