monitoring: Fix PHPDoc in DeleteDowntimesCommandForm

This commit is contained in:
Eric Lippmann 2015-07-28 13:32:24 +02:00
parent 72c3337be8
commit 5d01dca291
1 changed files with 10 additions and 14 deletions

View File

@ -20,8 +20,7 @@ class DeleteDowntimesCommandForm extends CommandForm
protected $downtimes;
/**
* (non-PHPDoc)
* @see \Zend_Form::init() For the method documentation.
* {@inheritdoc}
*/
public function init()
{
@ -29,8 +28,7 @@ class DeleteDowntimesCommandForm extends CommandForm
}
/**
* (non-PHPDoc)
* @see \Icinga\Web\Form::createElements() For the method documentation.
* {@inheritdoc}
*/
public function createElements(array $formData = array())
{
@ -45,8 +43,7 @@ class DeleteDowntimesCommandForm extends CommandForm
}
/**
* (non-PHPDoc)
* @see \Icinga\Web\Form::getSubmitLabel() For the method documentation.
* {@inheritdoc}
*/
public function getSubmitLabel()
{
@ -54,8 +51,7 @@ class DeleteDowntimesCommandForm extends CommandForm
}
/**
* (non-PHPDoc)
* @see \Icinga\Web\Form::onSuccess() For the method documentation.
* {@inheritdoc}
*/
public function onSuccess()
{
@ -76,7 +72,7 @@ class DeleteDowntimesCommandForm extends CommandForm
/**
* Set the downtimes to be deleted upon success
*
* @param type $downtimes
* @param array $downtimes
*
* @return $this
*/