From b9ac42b54d5dcc152c57fdb7abd248a375b24b7e Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 2 Mar 2015 18:39:40 +0100 Subject: [PATCH] Drop CommandForm::getHelp() as being obsolete --- .../application/forms/Command/CommandForm.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/modules/monitoring/application/forms/Command/CommandForm.php b/modules/monitoring/application/forms/Command/CommandForm.php index dae5df963..41a46f110 100644 --- a/modules/monitoring/application/forms/Command/CommandForm.php +++ b/modules/monitoring/application/forms/Command/CommandForm.php @@ -43,16 +43,6 @@ abstract class CommandForm extends Form return $this->backend; } - /** - * Get the command help description - * - * @return string|null - */ - public function getHelp() - { - return null; - } - /** * Get the transport used to send commands *