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