From 455d2cee6953cd61260a9b78d788bb67f4667ad0 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 28 Jul 2015 13:31:12 +0200 Subject: [PATCH] monitoring: Use @inheritdoc in DeleteCommentCommandForm --- .../Command/Object/DeleteCommentCommandForm.php | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/modules/monitoring/application/forms/Command/Object/DeleteCommentCommandForm.php b/modules/monitoring/application/forms/Command/Object/DeleteCommentCommandForm.php index 1c8144475..691b7dbed 100644 --- a/modules/monitoring/application/forms/Command/Object/DeleteCommentCommandForm.php +++ b/modules/monitoring/application/forms/Command/Object/DeleteCommentCommandForm.php @@ -13,8 +13,7 @@ use Icinga\Web\Notification; class DeleteCommentCommandForm extends CommandForm { /** - * (non-PHPDoc) - * @see \Zend_Form::init() For the method documentation. + * {@inheritdoc} */ public function init() { @@ -22,8 +21,7 @@ class DeleteCommentCommandForm extends CommandForm } /** - * (non-PHPDoc) - * @see \Icinga\Web\Form::createElements() For the method documentation. + * {@inheritdoc} */ public function createElements(array $formData = array()) { @@ -59,8 +57,7 @@ class DeleteCommentCommandForm extends CommandForm } /** - * (non-PHPDoc) - * @see \Icinga\Web\Form::addSubmitButton() For the method documentation. + * {@inheritdoc} */ public function addSubmitButton() { @@ -81,8 +78,7 @@ class DeleteCommentCommandForm extends CommandForm } /** - * (non-PHPDoc) - * @see \Icinga\Web\Form::onSuccess() For the method documentation. + * {@inheritdoc} */ public function onSuccess() {