Use inheritdoc in the ScheduleServiceCheckCommand

This commit is contained in:
Eric Lippmann 2015-04-10 12:03:21 +02:00
parent b8849c0ac9
commit 9d4460d02f
1 changed files with 3 additions and 5 deletions

View File

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