mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-20 20:34:25 +02:00
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…
x
Reference in New Issue
Block a user