lib: Fix PHPDoc of Form::populate()
This commit is contained in:
parent
0ce4e12db8
commit
f9f813e50b
|
@ -1005,6 +1005,8 @@ class Form extends Zend_Form
|
||||||
* Populate the elements with the given values
|
* Populate the elements with the given values
|
||||||
*
|
*
|
||||||
* @param array $defaults The values to populate the elements with
|
* @param array $defaults The values to populate the elements with
|
||||||
|
*
|
||||||
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function populate(array $defaults)
|
public function populate(array $defaults)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue