mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-22 13:24:24 +02:00
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…
x
Reference in New Issue
Block a user