This repository was archived by the owner on Jan 30, 2020. It is now read-only.
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
Undocumented Zend\Form\FieldsetInterface return type for the Zend\Form\Fieldset::get() method #205
Closed
Description
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:
Basically
Should look like