lib: Fix type hints for Form::getElements()
This commit is contained in:
parent
1b1223ea2e
commit
0ce4e12db8
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue