ServiceController: give IDEs some hint

This commit is contained in:
Thomas Gelf 2016-12-06 08:54:13 +01:00
parent 7de41f2492
commit 1683f63e8c

View File

@ -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) {