update docblocks

This commit is contained in:
Robin Cornett
2016-01-29 17:07:52 -05:00
parent 55ae6eca2f
commit 23c8b9493c
@@ -9,9 +9,24 @@
class Display_Featured_Image_Genesis_Output {
/**
* @var Display_Featured_Image_Genesis_Common $common
*/
protected $common;
/**
* @var Display_Featured_Image_Genesis_Description $description
*/
protected $description;
/**
* @var
*/
protected $displaysetting;
/**
* @var
*/
protected $item;
/**