Обьявление для совместимости с php 8
This commit is contained in:
parent
cdf7527c43
commit
b467451c9e
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ class Database_PDOStatement extends PDOStatement implements IteratorAggregate
|
||||||
public $cache = array();
|
public $cache = array();
|
||||||
public $fields;
|
public $fields;
|
||||||
|
|
||||||
function getIterator() {
|
function getIterator(): Iterator {
|
||||||
return new Database_StatementIterator($this);
|
return new Database_StatementIterator($this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue