lib: Fix PHPDoc of Form::populate()

This commit is contained in:
Eric Lippmann 2015-08-20 15:56:45 +02:00
parent 0ce4e12db8
commit f9f813e50b
1 changed files with 2 additions and 0 deletions

View File

@ -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)
{ {