Skip to content

Commit

Permalink
lib: Fix PHPDoc of Form::populate()
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Aug 20, 2015
1 parent 0ce4e12 commit f9f813e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/Icinga/Web/Form.php
Expand Up @@ -1005,6 +1005,8 @@ public function addCsrfCounterMeasure()
* Populate the elements with the given values
*
* @param array $defaults The values to populate the elements with
*
* @return $this
*/
public function populate(array $defaults)
{
Expand Down

0 comments on commit f9f813e

Please sign in to comment.