From 93f9140080830df913ba5c5ee61167a17ee75911 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Tue, 28 May 2013 13:32:15 +0200 Subject: [PATCH] Revert description --- src/phpDocumentor/Reflection/DocBlock/Tag/ReturnTag.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/phpDocumentor/Reflection/DocBlock/Tag/ReturnTag.php b/src/phpDocumentor/Reflection/DocBlock/Tag/ReturnTag.php index d832eb6..cdd8cd2 100644 --- a/src/phpDocumentor/Reflection/DocBlock/Tag/ReturnTag.php +++ b/src/phpDocumentor/Reflection/DocBlock/Tag/ReturnTag.php @@ -62,7 +62,7 @@ class ReturnTag extends Tag } /** - * Returns the unique parsed types of the variable. + * Returns the unique types of the variable. * * @return string[] */ @@ -72,7 +72,7 @@ class ReturnTag extends Tag } /** - * Returns the parsed type section of the variable. + * Returns the type section of the variable. * * @return string */