mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
monitoring: Fix code style in the StatehistoryQuery
This commit is contained in:
parent
10571c3178
commit
7d967d25b3
@ -1,6 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
// {{{ICINGA_LICENSE_HEADER}}}
|
|
||||||
// {{{ICINGA_LICENSE_HEADER}}}
|
|
||||||
|
|
||||||
namespace Icinga\Module\Monitoring\Backend\Ido\Query;
|
namespace Icinga\Module\Monitoring\Backend\Ido\Query;
|
||||||
|
|
||||||
@ -8,7 +6,7 @@ class StatehistoryQuery extends IdoQuery
|
|||||||
{
|
{
|
||||||
protected $types = array(
|
protected $types = array(
|
||||||
'soft_state' => 0,
|
'soft_state' => 0,
|
||||||
'hard_state' => 1,
|
'hard_state' => 1
|
||||||
);
|
);
|
||||||
|
|
||||||
protected $columnMap = array(
|
protected $columnMap = array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user