ZF-6934: Incorrect phpdoc parameter data type in Zend_Form::getDisplayGroup($name)
Description
The phpdoc of Zend_Form::getDisplayGroup($name)
/**
* Return a display group
*
* @param string $name
* @return array|null
*/
should be replaced by :
/**
* Return a display group
*
* @param string $name
* @return Zend_Form_DisplayGroup|null
*/
Comments
Posted by Michaël Perrin (sweedymick) on 2009-06-07T09:50:35.000+0000
Updated priority to "Trivial"
Posted by Matthew Weier O'Phinney (matthew) on 2009-06-07T13:01:50.000+0000
Fixed in trunk and 1.8 release branch