monitoring: Remove useless PHPDoc in the DowntimeQuery

This commit is contained in:
Eric Lippmann 2015-01-21 10:35:10 +01:00
parent cd03c2164a
commit e881a0de33

View File

@ -1,18 +1,9 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Module\Monitoring\Backend\Ido\Query; namespace Icinga\Module\Monitoring\Backend\Ido\Query;
/**
* Handling downtime queries
*/
class DowntimeQuery extends IdoQuery class DowntimeQuery extends IdoQuery
{ {
/**
* Column map
* @var array
*/
protected $columnMap = array( protected $columnMap = array(
'downtime' => array( 'downtime' => array(
'downtime_author' => 'sd.author_name', 'downtime_author' => 'sd.author_name',
@ -39,9 +30,6 @@ class DowntimeQuery extends IdoQuery
), ),
); );
/**
* Join with scheduleddowntime
*/
protected function joinBaseTables() protected function joinBaseTables()
{ {
$this->select->from( $this->select->from(