monitoring: Use @inheritdoc for ServiceController::$commandRedirectUrl

This commit is contained in:
Eric Lippmann 2015-08-28 09:20:33 +02:00
parent 67b22a56d2
commit 33e64d9dc0

View File

@ -16,8 +16,7 @@ use Icinga\Web\Hook;
class ServiceController extends MonitoredObjectController class ServiceController extends MonitoredObjectController
{ {
/** /**
* (non-PHPDoc) * {@inheritdoc}
* @see MonitoredObjectController::$commandRedirectUrl For the property documentation.
*/ */
protected $commandRedirectUrl = 'monitoring/service/show'; protected $commandRedirectUrl = 'monitoring/service/show';