monitoring: Remove useless PHPDoc in the NotificationQuery

This commit is contained in:
Eric Lippmann 2015-01-21 13:12:26 +01:00
parent 7621de8ec0
commit 0bcca651b2
1 changed files with 0 additions and 10 deletions

View File

@ -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',