From 0ce4e12db83b33e912d57e4d36b469b8de07b5aa Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 20 Aug 2015 15:55:18 +0200 Subject: [PATCH] lib: Fix type hints for Form::getElements() --- library/Icinga/Web/Form.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/library/Icinga/Web/Form.php b/library/Icinga/Web/Form.php index 24b5f3df4..41e2ddcb0 100644 --- a/library/Icinga/Web/Form.php +++ b/library/Icinga/Web/Form.php @@ -30,6 +30,11 @@ use Icinga\Web\Form\Element\CsrfCounterMeasure; * * @return $this * } + * + * @method \Zend_Form_Element[] getElements() { + * {@inheritdoc} + * @return \Zend_Form_Element[] + * } */ class Form extends Zend_Form {