mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-04-25 16:17:00 -04:00
ObjectSuggestionsCursor: Fix php7.* return type mismatch
This commit is contained in:
parent
dced18f9a6
commit
f4ab91ce7d
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ use Iterator;
|
|||
|
||||
class ObjectSuggestionsCursor extends Cursor
|
||||
{
|
||||
public function getIterator(): Iterator
|
||||
public function getIterator(): \Traversable
|
||||
{
|
||||
foreach (parent::getIterator() as $key => $value) {
|
||||
// TODO(lippserd): This is a quick and dirty fix for PostgreSQL binary datatypes for which PDO returns
|
||||
|
|
|
|||
Loading…
Reference in a new issue