ZF-6588: Used Zend_Tag_IItem instead of Zend_Tag_Taggable
Description
In Zend_Tag_Cloud, Zend_Tag_Item and Zend_Tag_ItemList are wrong return values and phpdoc comments because Zend_Tag_IItem was used instead of Zend_Tag_Taggable.
In Zend_Tag_Cloud, Zend_Tag_Item and Zend_Tag_ItemList are wrong return values and phpdoc comments because Zend_Tag_IItem was used instead of Zend_Tag_Taggable.
Comments
Posted by Jan Pieper (jpieper) on 2009-05-09T03:31:38.000+0000
Attached diff to correct all occurences.
Posted by Ben Scholzen (dasprid) on 2009-05-09T08:19:47.000+0000
Thanks for the patch.