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;