Undocumented return type for the Zend\Form\Fieldset::get() method.
The Zend\Form\Fieldset::get() method can return either a Zend\Form\ElementInterface or Zend\Form\FieldsetInterface. Currently, the Zend\Form\FieldsetInterface return type isn't documented leading to IDE (PhpStorm) inspection error:
Undocumented return type for the Zend\Form\Fieldset::get() method.
The
Zend\Form\Fieldset::get()
method can return either aZend\Form\ElementInterface
orZend\Form\FieldsetInterface
. Currently, theZend\Form\FieldsetInterface
return type isn't documented leading to IDE (PhpStorm) inspection error:Basically
Should look like