doc/lib: Prefer @type over @var in the DocParser

refs #6630
This commit is contained in:
Eric Lippmann 2015-02-11 13:02:33 +01:00
parent bd71dbdbdc
commit d2520f1286

View File

@ -17,14 +17,14 @@ class DocParser
/** /**
* Path to the documentation * Path to the documentation
* *
* @var string * @type string
*/ */
protected $path; protected $path;
/** /**
* Iterator over documentation files * Iterator over documentation files
* *
* @var DocIterator * @type DocIterator
*/ */
protected $docIterator; protected $docIterator;