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
1 changed files with 2 additions and 2 deletions

View File

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