Use inheritdoc in the ScheduleServiceCheckCommand
This commit is contained in:
parent
b8849c0ac9
commit
9d4460d02f
|
@ -9,8 +9,7 @@ namespace Icinga\Module\Monitoring\Command\Object;
|
||||||
class ScheduleServiceCheckCommand extends ObjectCommand
|
class ScheduleServiceCheckCommand extends ObjectCommand
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* (non-PHPDoc)
|
* {@inheritdoc}
|
||||||
* @see \Icinga\Module\Monitoring\Command\Object\ObjectCommand::$allowedObjects For the property documentation.
|
|
||||||
*/
|
*/
|
||||||
protected $allowedObjects = array(
|
protected $allowedObjects = array(
|
||||||
self::TYPE_SERVICE
|
self::TYPE_SERVICE
|
||||||
|
@ -74,7 +73,7 @@ class ScheduleServiceCheckCommand extends ObjectCommand
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Is the check forced?
|
* Get whether the check is forced
|
||||||
*
|
*
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
|
@ -84,8 +83,7 @@ class ScheduleServiceCheckCommand extends ObjectCommand
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* (non-PHPDoc)
|
* {@inheritdoc}
|
||||||
* @see \Icinga\Module\Monitoring\Command\Object\IcingaCommand::getName() For the method documentation.
|
|
||||||
*/
|
*/
|
||||||
public function getName()
|
public function getName()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue