From f9f813e50b1c359103622414f3c8d26eb2188353 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 20 Aug 2015 15:56:45 +0200 Subject: [PATCH] lib: Fix PHPDoc of Form::populate() --- library/Icinga/Web/Form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/Icinga/Web/Form.php b/library/Icinga/Web/Form.php index 41e2ddcb0..696522a2f 100644 --- a/library/Icinga/Web/Form.php +++ b/library/Icinga/Web/Form.php @@ -1005,6 +1005,8 @@ class Form extends Zend_Form * Populate the elements with the given values * * @param array $defaults The values to populate the elements with + * + * @return $this */ public function populate(array $defaults) {