How-to articles, tricks, and solutions about PHPDOC
Best way to document Array options in PHPDoc?
When documenting an array option in PHPDoc, you can use the @var tag followed by the type array and a short description of the option.