From 1683f63e8c2eabdc5f50c5d77cba7af4d0cf35e4 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 6 Dec 2016 08:54:13 +0100 Subject: [PATCH] ServiceController: give IDEs some hint --- application/controllers/ServiceController.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/application/controllers/ServiceController.php b/application/controllers/ServiceController.php index 6545c2e0..14217ae2 100644 --- a/application/controllers/ServiceController.php +++ b/application/controllers/ServiceController.php @@ -3,6 +3,7 @@ namespace Icinga\Module\Director\Controllers; use Exception; +use Icinga\Module\Director\Forms\IcingaServiceForm; use Icinga\Module\Director\Web\Controller\ObjectController; use Icinga\Module\Director\Objects\IcingaServiceSet; use Icinga\Module\Director\Objects\IcingaService; @@ -92,6 +93,9 @@ class ServiceController extends ObjectController } } + /** + * @param IcingaServiceForm $form + */ protected function beforeHandlingAddRequest($form) { if ($this->apply) {