monitoring: Remove unnecessary use in StatehistoryForm

refs #9449
This commit is contained in:
Eric Lippmann 2015-07-28 13:36:51 +02:00
parent 7df1b3aa0f
commit a8765bc4ea
1 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,6 @@
namespace Icinga\Module\Monitoring\Forms; namespace Icinga\Module\Monitoring\Forms;
use \Zend_Form;
use Icinga\Web\Form; use Icinga\Web\Form;
use Icinga\Data\Filter\Filter; use Icinga\Data\Filter\Filter;
@ -13,7 +12,7 @@ use Icinga\Data\Filter\Filter;
class StatehistoryForm extends Form class StatehistoryForm extends Form
{ {
/** /**
* Initialize this form * {@inheritdoc}
*/ */
public function init() public function init()
{ {
@ -56,7 +55,7 @@ class StatehistoryForm extends Form
} }
/** /**
* @see Form::createElements() * {@inheritdoc}
*/ */
public function createElements(array $formData) public function createElements(array $formData)
{ {