mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-21 12:54:26 +02:00
ObjectList
: Fix return type for getScheduledDowntimes()
This commit is contained in:
parent
30c26f16fe
commit
8b6f9fbfed
@ -8,6 +8,7 @@ use Countable;
|
|||||||
use Icinga\Data\Filter\Filter;
|
use Icinga\Data\Filter\Filter;
|
||||||
use Icinga\Data\Filter\FilterChain;
|
use Icinga\Data\Filter\FilterChain;
|
||||||
use Icinga\Data\Filterable;
|
use Icinga\Data\Filterable;
|
||||||
|
use Icinga\Module\Monitoring\DataView\Downtime;
|
||||||
use IteratorAggregate;
|
use IteratorAggregate;
|
||||||
use Icinga\Module\Monitoring\Backend\MonitoringBackend;
|
use Icinga\Module\Monitoring\Backend\MonitoringBackend;
|
||||||
use Traversable;
|
use Traversable;
|
||||||
@ -155,7 +156,7 @@ abstract class ObjectList implements Countable, IteratorAggregate, Filterable
|
|||||||
/**
|
/**
|
||||||
* Get the scheduled downtimes
|
* Get the scheduled downtimes
|
||||||
*
|
*
|
||||||
* @return type
|
* @return Downtime
|
||||||
*/
|
*/
|
||||||
public function getScheduledDowntimes()
|
public function getScheduledDowntimes()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user