Refactored all tags to have setters for all of their components;

Removed the special handling for VarTag (it's now equivalent to ParamTag);
Minor doc, CS and coverage fixes.
This commit is contained in:
Vasil Rangelov
2012-11-30 19:26:19 +02:00
parent c2796044a6
commit b09525332f
25 changed files with 481 additions and 266 deletions
@@ -29,9 +29,6 @@ class Description implements \Reflector
/** @var array The contents, as an array of strings and Tag objects. */
protected $parsedContents = null;
/** @var \phpDocumentor\Reflection\DocBlock\Tags[] */
protected $tags = array();
/** @var DocBlock The DocBlock which this description belongs to. */
protected $docblock = null;