lib: Fix type hints for Form::getElements()

This commit is contained in:
Eric Lippmann 2015-08-20 15:55:18 +02:00
parent 1b1223ea2e
commit 0ce4e12db8
1 changed files with 5 additions and 0 deletions

View File

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