From 0d52cb63890c604a431f76ac1a2712dcf9c60f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Kn=C3=B6bel?= Date: Sat, 9 Aug 2014 12:09:15 +0200 Subject: [PATCH] Remove Error display at MethodTag --- src/phpDocumentor/Reflection/DocBlock/Tag/MethodTag.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/phpDocumentor/Reflection/DocBlock/Tag/MethodTag.php b/src/phpDocumentor/Reflection/DocBlock/Tag/MethodTag.php index 3ceea2c..7a5ce79 100644 --- a/src/phpDocumentor/Reflection/DocBlock/Tag/MethodTag.php +++ b/src/phpDocumentor/Reflection/DocBlock/Tag/MethodTag.php @@ -114,9 +114,6 @@ class MethodTag extends ReturnTag } } $this->parsedDescription = null; - } else { - echo date('c') . ' ERR (3): @method contained invalid contents: ' - . $this->content . PHP_EOL; } return $this;