From 36a5ec3e17e987400154969415163664209cea60 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 28 Jul 2015 12:20:03 +0200 Subject: [PATCH] monitoring: Fix PHPDoc in CommandForm --- modules/monitoring/application/forms/Command/CommandForm.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/monitoring/application/forms/Command/CommandForm.php b/modules/monitoring/application/forms/Command/CommandForm.php index 41a46f110..ca30dba74 100644 --- a/modules/monitoring/application/forms/Command/CommandForm.php +++ b/modules/monitoring/application/forms/Command/CommandForm.php @@ -16,7 +16,7 @@ abstract class CommandForm extends Form /** * Monitoring backend * - * @var Backend + * @var MonitoringBackend */ protected $backend; @@ -36,7 +36,7 @@ abstract class CommandForm extends Form /** * Get the monitoring backend * - * @return Backend + * @return MonitoringBackend */ public function getBackend() {