Merge pull request #37 from alexkn/fix-error-display

Remove Error display at MethodTag
This commit is contained in:
Mike van Riel
2014-08-09 12:27:07 +02:00
@@ -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;