mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +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
|
* @return $this
|
||||||
* }
|
* }
|
||||||
|
*
|
||||||
|
* @method \Zend_Form_Element[] getElements() {
|
||||||
|
* {@inheritdoc}
|
||||||
|
* @return \Zend_Form_Element[]
|
||||||
|
* }
|
||||||
*/
|
*/
|
||||||
class Form extends Zend_Form
|
class Form extends Zend_Form
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user