mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
ObjectList
: Include \Icinga\Data\Filter\FilterChain
as return type in getFilter()
This commit is contained in:
parent
b813e0badb
commit
30c26f16fe
@ -6,6 +6,7 @@ namespace Icinga\Module\Monitoring\Object;
|
||||
use ArrayIterator;
|
||||
use Countable;
|
||||
use Icinga\Data\Filter\Filter;
|
||||
use Icinga\Data\Filter\FilterChain;
|
||||
use Icinga\Data\Filterable;
|
||||
use IteratorAggregate;
|
||||
use Icinga\Module\Monitoring\Backend\MonitoringBackend;
|
||||
@ -79,7 +80,7 @@ abstract class ObjectList implements Countable, IteratorAggregate, Filterable
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Filter
|
||||
* @return Filter|FilterChain
|
||||
*/
|
||||
public function getFilter()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user