monitoring: Fix code style in the StatehistoryQuery

This commit is contained in:
Eric Lippmann 2015-01-21 10:12:14 +01:00
parent 10571c3178
commit 7d967d25b3

View File

@ -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(