monitoring: Remove useless PHPDoc in the NotificationQuery
This commit is contained in:
parent
7621de8ec0
commit
0bcca651b2
|
@ -1,19 +1,9 @@
|
|||
<?php
|
||||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
|
||||
namespace Icinga\Module\Monitoring\Backend\Ido\Query;
|
||||
|
||||
/**
|
||||
* Notification query
|
||||
*/
|
||||
class NotificationQuery extends IdoQuery
|
||||
{
|
||||
/**
|
||||
* Column map
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $columnMap = array(
|
||||
'notification' => array(
|
||||
'notification_output' => 'n.output',
|
||||
|
|
Loading…
Reference in New Issue