From 2e9fd6a2e8241f8987e514798a2674cfea68cb90 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Sun, 26 May 2013 22:36:53 +0200 Subject: [PATCH] Revert setType Doesn't really belong to this PR --- .../Reflection/DocBlock/Tag/ReturnTag.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/phpDocumentor/Reflection/DocBlock/Tag/ReturnTag.php b/src/phpDocumentor/Reflection/DocBlock/Tag/ReturnTag.php index 46ddde2..44ca300 100644 --- a/src/phpDocumentor/Reflection/DocBlock/Tag/ReturnTag.php +++ b/src/phpDocumentor/Reflection/DocBlock/Tag/ReturnTag.php @@ -60,18 +60,6 @@ class ReturnTag extends Tag return $this; } - /** - * Set the return type - * - * @param string $type - * @return $this - */ - public function setType($type){ - $this->type = $type; - $this->content = null; - return $this; - } - /** * Returns the unique types of the variable. *