Remove Error display at MethodTag

This commit is contained in:
Alexander Knöbel
2014-08-09 12:09:15 +02:00
parent 2281569ebc
commit 0d52cb6389
@@ -114,9 +114,6 @@ class MethodTag extends ReturnTag
} }
} }
$this->parsedDescription = null; $this->parsedDescription = null;
} else {
echo date('c') . ' ERR (3): @method contained invalid contents: '
. $this->content . PHP_EOL;
} }
return $this; return $this;